0011 — Governance reference doc updates #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
Four targeted updates to existing reference documents to reflect the governance layer's existence. All four are small edits; they are bundled because they share the same dependency (governance.md must exist first) and the same purpose (keeping reference documents accurate).
1.
docs/VISION.mdAdd governance as a named capability in the Goals section. The current goals list (single source of truth, provider-agnostic core, layered override model, pull-based distribution, graceful scaling) does not mention governance. Add it.
In the architecture section, note that
core/instructions/governance.mdis part of the content model — the always-on governance layer loaded via@importrather than on-demand.2.
docs/ROADMAP.mdAdd a Governance workstream entry to the roadmap. The workstream has two phases:
CONTROLS.mdindocs/research/governance_principles/is the specClose the "CLAUDE.md always-on refinement" entry in the open questions table — this workstream resolves it. Update the table row to mark it resolved with a reference to the governance workstream.
3. Repo
CLAUDE.mdAdd the Governance workstream to the Key documents section so future Claude sessions working in this repo know it exists. Add a note to the Key rules section that governance constraints (from
core/instructions/governance.md) apply when building content in this repo.4.
core/instructions/coding.mdReview
coding.mdagainstgovernance.md. If any security or credential-related rules are found incoding.mdthat duplicate governance content, remove the duplicates and replace them with a pointer togovernance.md. Duplicate rules across two files create a drift risk. If no overlap is found, no change is needed.Acceptance criteria
docs/VISION.mdGoals section names governance as a repo capabilitydocs/VISION.mdarchitecture section referencescore/instructions/governance.mdand the@importloading mechanismdocs/ROADMAP.mdincludes a Governance workstream entry with Phase 1 and Phase 2 describeddocs/ROADMAP.mdopen questions table marks "CLAUDE.md always-on refinement" as resolvedCLAUDE.mdKey documents section references the governance workstreamCLAUDE.mdKey rules section notes that governance constraints apply when building contentcore/instructions/coding.mdhas been reviewed — any duplicated governance content removed or redirected (no overlap found)Blocked by