AGENTS.md@docs/core · diff
git:20260325.d6b2de5 to git:20260503.72c1838
1 added, 1 removed. Audit A to A.
# Core Documentation
## Overview
Technical guide for `docs/core/` — essential documentation including system architecture, usage guide, and development workflow.
## Files
| File | Purpose |
|------|---------|
| `how-to-use.md` | Comprehensive usage guide (all 12 skill levels) |
| `architecture.md` | System architecture overview (links to detailed docs) |
| `workflow.md` | Development workflow and pipeline orchestration |
## Key Conventions
- - **Concrete `projects/` paths in docs**: default to `code_project` (see [_generated/active_projects.md](../_generated/active_projects.md) for the full active set).
+ - **Concrete `projects/` paths in docs**: default to `template_code_project` (see [_generated/active_projects.md](../_generated/active_projects.md) for the full active set).
- `how-to-use.md` is the primary entry point for all users
- `architecture.md` is a concise overview — detailed architecture is in `architecture/` folder
- `workflow.md` documents the development process and build pipeline stages
- All files cross-reference the detailed documentation in other folders
## See Also
- [README.md](README.md) — Quick navigation
- [Architecture Folder](../architecture/) — Detailed architecture documentation
- [API Reference](../reference/api-reference.md) — Full API docs