Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 4.68 KB

File metadata and controls

66 lines (46 loc) · 4.68 KB

Documentation Index

This baseline ships a larger documentation set than most OSS templates because the docs are part of the drift-resistance mechanism: rules live in BLUEPRINT.md, are enforced by gates in QUALITY_GATES.md, and are tracked in RULE_TO_GATE_CATALOG.md. That coupling is intentional — the governance docs are part of the product, not overhead.

The tiers below are a reading order, not a rewrite. Start at the top and descend only as far as your task requires.

Start here

Read these first to build, run, and extend the baseline.

  • ../README.md — repo purpose, quick start, and core rules.
  • BASELINE_OVERVIEW.md — what this repo is and is not, plus adoption tradeoffs.
  • MODULE_GUIDE.md — what each checked-in module is for and when to use it as reference.
  • ADD_MODULE.md — the only supported workflow for adding a module.
  • ADOPT.md — adopting the baseline into a new product repo, with a recommended guided path for first-time humans and an advanced config-first path for automation or agents.

Governance (the strict governed set)

Read these when you change a non-negotiable, add a rule, or need to understand why a gate exists. Changes here are cross-file by design — see the governed-set rules in BLUEPRINT.md.

  • BLUEPRINT.md — target architecture and non-negotiables.
  • QUALITY_GATES.md — how the architecture is enforced and how exceptions are governed.
  • ADD_MODULE.md — the only supported structural onboarding workflow.
  • RULE_TO_GATE_CATALOG.md — every non-negotiable mapped to its enforcing artifact.
  • ../README.md — local bootstrap and workflow surface in the governed set.
  • ../AGENTS.md — agent and contributor entry point into the governed set.
  • adr/ — Architecture Decision Records for long-lived architectural choices.

Maintained narrative docs

These docs are not part of the strict governed set, but they are expected to stay accurate. They carry the <!-- doc-tier: maintained-narrative --> marker and are covered by lightweight freshness checks so important narrative guidance does not silently drift.

Deep dives

Read these when you're touching the relevant subsystem.

Governance notes and runbooks

These are narrower supporting docs for specific governance areas and operator flows.

Agent and contributor entry points

Repo-owned prompts under ../prompts/ are task-specific agent workflow accelerators. They complement the canonical docs; they do not replace them.