AGENTS.md
- You are building a production GPU accelerated terminal emulator for macOS that should:
Explore
10,309 skills indexed with the new KISS metadata standard.
- You are building a production GPU accelerated terminal emulator for macOS that should:
- root: CMake entry (`CMakeLists.txt`, `CMakePresets.json`), `.clang-tidy`, `.env` (required).
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.”
- Monorepo managed by Nx and pnpm. Key roots:
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.
> **Read this file first** before opening a pull‑request.
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.
Overview
This guide is for AI agents contributing to this project. Follow these instructions to ensure your contributions are aligned with the project's standards.
- `vercade/` — Python package.
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
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)
`src/` holds the Django stack: configuration in `src/kolco24/`, site apps in `src/website/`, and REST/admin APIs in
>
Always restate the user task for yourself, outline the intended steps, then execute systematically. This keeps chronology clear and avoids missed requirements.
- Root Go app (Wails): `main.go`, `app.go`, config in `wails.json`.
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.
- **No build system**: Pure Lua Neovim plugin, no compilation required
This document provides comprehensive information for AI agents working on the Swarm codebase.
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.
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 document describes the comprehensive agent-based architecture for **Guild-AI**, the advanced AI Workforce platform for solopreneurs and lean teams.
This chezmoi source tree mirrors the target home directory. Top-level `dot_*` files render to dotfiles (for example `dot_zshrc.tmpl` → `~/.zshrc`). Machine- or tool-specific assets live under `dot_config/`, `dot_local/`, and `dot_tmux/`, while executable helpers belong in `dot_local/bin/` with the `
- `pages/` contains the Next.js entry points (`index.tsx`) and global setup in `_app.tsx`.