Repository Guidelines
- `core/`: C++17 geometric core and C API (`core/src`, public headers under `core/include`).
Explore
33,779 skills indexed with the new KISS metadata standard.
- `core/`: C++17 geometric core and C API (`core/src`, public headers under `core/include`).
Visual Context Analyzer (CodeLens) runs as an Electron overlay. TypeScript sources live in `src/` (main process, bridge, logging, analysis). Frontend markup is in `index.html`, with component styles in `styles/`. Tests sit in `test/` alongside fixtures; compiled assets land in `dist/` and packaged b
This flake centralizes Home Manager configs. `flake.nix` exposes `homeConfigurations`, while `lib/mkHome.nix` merges base modules with feature flags (`gui`, `dev`, `nixvim`, `fonts`, `stylix`, `vscode`, `laptop`). Host presets live in `hosts/`; keep host-specific overrides there or in a new attrset.
- root: CMake entry (`CMakeLists.txt`, `CMakePresets.json`), `.clang-tidy`, `.env` (required).
- You are building a production GPU accelerated terminal emulator for macOS that should:
Este documento foi criado especificamente para agentes de IA (GitHub Copilot, Claude, ChatGPT, etc.) que precisam trabalhar neste projeto.
This repository contains a Python script for executing Jupiter swaps on Solana with dynamic priority fees. When working on the project interactively with an agent (e.g. the Codex CLI) please follow the guidelines below for safe development and testing.
- Monorepo managed by Nx and pnpm. Key roots:
This document updates our agent responsibilities and raises the quality bar. **A poor UI/UX is not an option.** All work MUST meet the quality gates below or the PR is rejected by CI. There is no “we’ll tidy this later.”
This guide is for AI agents contributing to this project. Follow these instructions to ensure your contributions are aligned with the project's standards.
Overview
Purpose: This file briefs AI coding agents (e.g., Codex) on how to work in this repo safely and effectively: how to set up, run, test, follow guardrails, and ship changes.
> **Read this file first** before opening a pull‑request.
- `vercade/` — Python package.
`src/` holds the Django stack: configuration in `src/kolco24/`, site apps in `src/website/`, and REST/admin APIs in
You are building a platform for researchers to study how children learn and read. There are two primary ways of using the platform, as an administrator or as a participant. Participants (children, parents, and teachers) take assessments (called tasks) and the data is recorded in Firebase (Firestore)
The Next.js App Router lives in `src/app`, with route groups such as `about/` and `projects/` managing page-level UI and loaders. Reusable UI is collected under `src/components` (`Header.tsx`, `Footer.tsx`, `ProjectCard.tsx`), while shared content data lives in YAML under `src/content/` and is loade
This project is a Node.js Express server using CommonJS modules and SQLite for persistence. The guidelines below exist to help future contributors extend the application safely and consistently.
- Root Go app (Wails): `main.go`, `app.go`, config in `wails.json`.
Always restate the user task for yourself, outline the intended steps, then execute systematically. This keeps chronology clear and avoids missed requirements.
>
Fragments Engine pairs a Laravel 12 backend with a React/Tailwind front end. Core application code lives in `app/` (domain services, jobs, Livewire endpoints) with AI-specific logic under `app/Ai` and queueable work under `app/Jobs`. Blade views and JSON schemas stay in `resources/views` and `resour
This repo includes a Go client under `gothoom/`. To build or run the Go program you need Go version 1.25 from the official Go distribution; avoid the system `golang-go` package.
This document provides comprehensive information for AI agents working on the Swarm codebase.