fix: point the HUMANS.md counterpart references at the file that exists
Why: three governance documents cited `docs/HUMANS.md`, which has never existed -- the human practitioner rules live at `docs/wiki/HUMANS.md`. One of the three is `core/instructions/governance.md`, which is `@`-imported into every session in every project, so an agent following its "read it when making decisions not covered here" pointer hit a dead path. That file was self-inconsistent: line 73 already cited the correct path while line 82 did not. Implementation notes: five occurrences corrected across three files -- `core/instructions/governance.md:82`, `docs/research/governance_principles/CONTROLS.md:5,101,106`, and `docs/ai-constitution.md:238`. Text is otherwise untouched; this is a path correction only, not a change to any governance rule. Marked the defect fixed in SIMPLIFICATION-AUDIT.md, which recorded it in two places as outstanding. Impact: no rule, gate or behaviour changes. The deployed copy at `~/.claude/core/instructions/governance.md` no longer matches the repo and stays stale until `scripts/install.sh` re-runs; it was byte-identical before this commit. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YR2CjVumUbEGWcMikcoXBD
This commit is contained in:
@@ -235,4 +235,4 @@ It operationalises current regulatory and research consensus for practitioners.
|
||||
|
||||
*Derived from: AI Governance Research Session (May 2026).*
|
||||
*Research documentation: `docs/research/governance_principles/ai-governance-research.md` | Open challenges: `docs/research/governance_principles/ai-governance-research-challenges.md`*
|
||||
*Operative files: `core/instructions/governance.md` (agent instructions) | `docs/HUMANS.md` (human practitioner rules) | `docs/research/governance_principles/CONTROLS.md` (deterministic enforcement)*
|
||||
*Operative files: `core/instructions/governance.md` (agent instructions) | `docs/wiki/HUMANS.md` (human practitioner rules) | `docs/research/governance_principles/CONTROLS.md` (deterministic enforcement)*
|
||||
|
||||
Reference in New Issue
Block a user