Skip to main content

Feature Map

This repository is a docs-as-infrastructure system, not a folder of pages. The intended operating model is ownerless: every governed surface should declare its canonical source, validator, repair path, and primary gate so a contributor or agent can diagnose and repair drift without private maintainer context. Use this page as the high-level system map. Use the linked feature pages for implementation details and the gap analysis for purge, migration, and remediation work.

Core Philosophy

Feature Index

System Map

Current Inventory Snapshot

As of 2026-05-14, static inspection and repo audit commands found:

Contributor Operating Loop

  1. Read the relevant governance entry point before editing: start with docs-guide/policies/governance-index.mdx.
  2. Identify the canonical source for the surface being changed.
  3. Change the source, generator, validator, or policy that owns the behavior.
  4. Regenerate derived outputs instead of hand-editing them.
  5. Run the smallest relevant validator, usually lpd test --staged.
  6. If a failure appears, fix the owning source or repair command rather than suppressing the failure.
  7. For route or nav work, treat docs.json as production infrastructure and validate route impact.

What Good Looks Like

Every major feature should satisfy this contract:
Last modified on May 19, 2026