Agent File Template
The agent file template auto-populates from your auro artifacts to give AI agents persistent project context.
Structure
Section titled “Structure”# Project Context
## Active Technologies[Auto-extracted from plan.md files]- TypeScript 5.4- React 18- PostgreSQL 16
## Project Structure[Auto-generated from plans]src/ models/ routes/ components/
## Commands[Only commands for active technologies]- npm run dev -- Start development server- npm test -- Run test suite- npm run build -- Production build
## Code Style[Language-level guidelines]- Named exports only- Functional components- Explicit return types
## Recent Changes[Last 3 features]- 1-task-crud: Task create/read/update/delete- 2-auth: User authentication- 3-notifications: In-app notifications
<!-- MANUAL ADDITIONS START -->[Your custom instructions here -- preserved across regeneration]<!-- MANUAL ADDITIONS END -->Agent Formats
Section titled “Agent Formats”| Agent | Format | Location |
|---|---|---|
| Claude Code | Markdown | .claude/CLAUDE.md |
| Copilot | Markdown | .github/copilot-instructions.md |
| Cursor | Markdown | .cursor/rules |
| Gemini | TOML | .gemini/commands/auro.toml |
| Windsurf | Markdown | .windsurf/workflows/auro.md |
The content is the same across agents. Only the file format and location change.