Purpose: Configuration and routing for OpenAI Codex sessions. Read this first, then follow the routing table to
docs/.
Context_Map is an agent-first repository template and guide. It demonstrates the patterns it teaches. When cloned as a template, it's a working example. When read as documentation, every file is a live demonstration.
| I need to... | Go to |
|---|---|
| Understand the architecture | docs/architecture/OVERVIEW.md |
| Learn the dependency rules | docs/architecture/DEPENDENCY_RULES.md |
| See non-negotiable principles | docs/golden-rules/PRINCIPLES.md |
| Follow coding standards | docs/golden-rules/CODING_STANDARDS.md |
| Check quality scorecard | docs/quality/QUALITY_SCORECARD.md |
| Follow development workflow | docs/workflows/DEVELOPMENT.md |
| Review a PR | docs/workflows/PR_REVIEW.md |
| Write or run tests | docs/workflows/TESTING.md |
| Update documentation | docs/workflows/DOC_GARDENING.md |
| Get onboarded | docs/agent-guide/ONBOARDING.md |
| Do common tasks | docs/agent-guide/COMMON_TASKS.md |
| Hand off session | docs/session/SESSION_HANDOFF.md |
| Find all docs | docs/_INDEX.md |
| Create an execution plan | plans/_INDEX.md |
- Start: Read
docs/session/SESSION_HANDOFF.mdfor prior context - Work: Follow
docs/workflows/DEVELOPMENT.mdfor all changes - Quality: Check work against
docs/quality/QUALITY_SCORECARD.md - End: Update
docs/session/SESSION_HANDOFF.mdbefore closing
- Use conventional commits:
feat:,fix:,docs:,chore:,refactor:,test: - Run validation scripts before committing (
scripts/check-structure.sh,scripts/check-doc-freshness.sh,scripts/check-agent-files.sh,scripts/check-doc-links.sh) - Update
<!-- reviewed: YYYY-MM-DD -->tags on any modified docs
- Never duplicate content from
docs/into this file — route to it instead - Never modify
guide/— it is read-only educational content - Always update freshness dates when modifying documentation
- Record architectural decisions in
docs/architecture/ADR/ - Plans are temporal — use
plans/active/andplans/completed/
This file is a routing table. All operational truth lives in docs/.