Feature Map
This repository is a docs-as-infrastructure system, not a folder of pages. The intended operating model is ownerless: every governed surface declares 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
Three locked-decision registries
The repo carries 32 locked structural decisions across three ID-prefixed registries. All cross-referenced from the unified index atdocs-guide/decisions/registry.md.
Current inventory snapshot (live, 2026-05-23)
Contributor operating loop
- Read the relevant governance entry point before editing:
policies/governance-index.mdxordocs-guide/index.mdx. - Identify the canonical source for the surface being changed (every surface declares it in
operations/governance/config/*.jsonor its policy doc). - Change the source, generator, validator, or policy that owns the behaviour – never the derived output.
- Regenerate derived outputs with the named generator command – never hand-edit.
- Run the smallest relevant validator – usually
lpd test --staged. - If a failure appears, fix the owning source or repair command. Bypasses are governance debt.
- For route or nav work, treat
docs.jsonas production infrastructure. Validate route impact viacheck-docs-path-sync.js+ redirect-integrity hook.
What good looks like
Every major feature should satisfy this contract:
Per the 2026-05-25 audit, 4 of 5 unified surfaces fully satisfy this contract in the canonical registry
repo-governance-surfaces.json (bridge_mode "retired", legacy bridge inventory empty post-D-ACT-10). The remaining surface (github-workspace-governance) is at advisory state. The legacy 8-entry ownerless-governance-surfaces.json is superseded but kept for reference. The Gap Analysis is the queue for promoting the remaining advisory surface to autofix or blocking.
Related pages
Feature deep dives
- AI Features – public AI surfaces + agent runtime + skill system + adapters
- UI System – component library + templates + composables + design tokens + snippets
- Automations – 4-tier composable architecture + 11 workflows + 321 scripts + hook pipeline
- Data Integrations – 11 integration families incl. contracts (gold-standard) + OpenAPI
- Adaptive Architecture – ownerless contract + 5-stage control loop + remediator families
- Contributor Tools –
lpdCLI + scoped preview + VS Code extensions + hooks
Framework deep dives
- Content Writing Pipeline – 9-stage project pipeline + taxonomies + voice + 5 known gaps
- Checks Framework – 11-phase per-page review + 9 universal Cat 1-9 + per-pageType + per-tab variation
- Component Framework Canonical – 6-category taxonomy + 7-tag JSDoc
- Script Framework – type/concern/niche + 11-tag JSDoc
- GitHub Actions Framework – workflow taxonomy + naming convention
- Styles Engineering Guide –
--lp-*design tokens + theme contract - AI Tools Governance – registry + 7-lane model + lifecycle states
Policy deep dives
- Ownerless Governance – the 4-part contract + promotion ladder
- Source of Truth – canonical boundaries per surface
- Infrastructure Principles – gate-layer rule ownership
- Generated Artefact + Hook Governance – 3 classes + commit/hook/CI policies
- Quality Gates – gate-layer map with named tools per tier
- Agent Governance Framework – adapter rules per D-DG-11
- Workspace Lifecycle – TTL rules (30/90 days) + retention enforcement
- Cleanup + Quarantine – conservative deletion discipline
- V2 Folder Governance – non-publishable lane contract
- Governance Index – entry point for all governed surfaces
Standards
- Voice + Copy – canonical voice + UK English + banned words + per-audience extensions + heading rules
- Frontmatter Spec – required + optional frontmatter fields per authority tier
- Naming Conventions – file + folder + script + workflow naming
- Authoring Standard – quality bar + publication gate
Cross-cutting
- Gap Analysis – implementation-ready backlog with P0/P1/P2 priorities (refreshed 2026-05-23)
- Decisions Registry – unified index of all locked decisions (32 total across 3 ID prefixes)
docs-guide/index.mdx– docs-guide overview (the front door)workspace/plan/active/_MY_PROCESS/– page-authoring + checks process canonical sourceworkspace/thread-outputs/repo-consolidation-deep/– 10 file-level slice audits + master consolidation map (~4,400 lines of evidence)