AGENTS.md@docs/core · git:20260325.d6b2de5 · 2026-03-25 · sha256 0e265de8fe156e28
AGENTS.md@docs/core git:20260325.d6b2de5A
Immutable. This exact content is served forever at /api/v1/blob/0e265de8fe156e28.
# 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). - `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