[1-2 sentences: What is this project and what does it do?]
Agents working on this repository should load context in this order:
- This file (
AGENTS.md), which covers repository identity, constraints, and conventions README.mdfor project overview and current statedocs/documentation-standards/for templates and standards to follow- Any domain-specific docs referenced below
[List non-negotiable constraints that agents must not violate. Examples:]
- [Constraint 1, e.g., "All infrastructure changes require human approval"]
- [Constraint 2, e.g., "No persistent daemon agents except the orchestrator"]
- [Constraint 3]
- All Markdown files require YAML frontmatter (see
docs/documentation-standards/tagging-strategy.md) - New directories require an interior README (see
docs/documentation-standards/interior-readme-template.md) - Script files require language-appropriate headers (see
docs/documentation-standards/script-header-*.md) - Follow dual-audience commenting (see
docs/documentation-standards/code-commenting-dual-audience.md) - Follow writing style conventions (see
docs/documentation-standards/writing-style-guide.md)
- Present tense, imperative mood
- 72-character first line limit
- Reference issues after first line
- Load context (this file + README)
- Work within defined scope
- Document changes appropriately
- Update work-logs if significant work completed