Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.79 KB

File metadata and controls

35 lines (24 loc) · 1.79 KB

Book_Map Architecture

Short router to architecture details. For the full picture, see docs/book/OVERVIEW.md.

Content Zones

Zone Purpose Mutable? Lifecycle
docs/ Operational truth (shared) Yes Evergreen (maintained)
series/ Series-level continuity Yes Evergreen (cross-book)
books/ Per-book content + docs Yes Stage-gated
plans/ Execution artifacts Yes Temporal (lifecycle)
guide/ Methodology + craft ref No Read-only
scripts/ Validation + enforcement Rarely Stable

Progressive Disclosure

Entry file (~60 lines) → Master index → Specific doc/chapter → Detail

All agent entry files route to docs/. They never duplicate content.

Key Architectural Documents

Enforcement

Eight validation scripts in scripts/ enforce structural invariants, doc freshness, manuscript metadata, outline coverage, style consistency, series continuity, and thread resolution. All are read-only — they report but never modify.