AGENTS.md@docs/core · git:20260503.72c1838 · 2026-05-03 · sha256 1dcf4a583ced7648

AGENTS.md@docs/core git:20260503.72c1838A

Immutable. This exact content is served forever at /api/v1/blob/1dcf4a583ced7648.

# 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 `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