Skip to content

Agent File Template

The agent file template auto-populates from your auro artifacts to give AI agents persistent project context.

# 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 -->
AgentFormatLocation
Claude CodeMarkdown.claude/CLAUDE.md
CopilotMarkdown.github/copilot-instructions.md
CursorMarkdown.cursor/rules
GeminiTOML.gemini/commands/auro.toml
WindsurfMarkdown.windsurf/workflows/auro.md

The content is the same across agents. Only the file format and location change.