DocsReference
.athena/ Files Reference
Detailed file descriptions and ownership boundaries.
| File | Ownership | Content |
|---|---|---|
project.md | Generated (Managed) | What this project is, its technologies, structure, entry points, commands and development workflow. |
architecture.md | Generated (Managed) | System and module architecture, service relationships, data flow and external services. |
database.md | Generated (Managed) | Database technologies, schemas, entities, relationships, indexes and migrations. |
api.md | Generated (Managed) | API style, endpoints, specifications, and authentication/error-handling expectations. |
auth.md | Generated (Managed) | Authentication mechanisms, sessions/tokens, roles and permissions, and security assumptions. |
security.md | Generated (Managed) | Attack surface, security controls, secret handling, tooling, and known/potential issues. |
testing.md | Generated (Managed) | Test frameworks, commands, layout, coverage configuration and detectable gaps. |
debugging.md | Generated (Managed) | Known bugs, common errors, debugging commands, logs and troubleshooting procedures. |
performance.md | Generated (Managed) | Performance-sensitive areas, caching, queues, background jobs and performance rules. |
code-review.md | Generated (Managed) | Project-specific review checklist covering architecture, security, testing and performance. |
deployment.md | Generated (Managed) | Deployment architecture, environments, containers, CI/CD, hosting and environment variables. |
rules.md | Developer-Owned | Developer-defined rules that AI agents must follow. Owned by the developer. |