Governance
Path:
pi-cybernetic/phase0-gate-governance/GOVERNANCE.mdRelative: phase0-gate-governance/GOVERNANCE.mdSubproject: pi-cyberneticCategory: documentationLines: 48Bytes: 1,879Imports: 0Exports: 0
Content Preview
- # Gate Governance (Phase 0)
- **Rule N15**: a gate pack file under `gates/v*/` is IMMUTABLE once it appears
- in `gates/MANIFEST.json`. All changes — including per-project adjustment —
- are a NEW pack file in a NEW version directory.
- ## The only sanctioned change flow
- ```bash
- # adjust an existing pack -> new patch version, edit the NEW file
- uv run scripts/cut_gate_version.py --from v1.0.0/default --bump patch
- # project-scoped pack extending a pinned base (base never duplicated)
- uv run scripts/cut