Governance

pi-cyberneticdocmarkdown
Path: pi-cybernetic/phase0-gate-governance/GOVERNANCE.mdRelative: phase0-gate-governance/GOVERNANCE.mdSubproject: pi-cyberneticCategory: documentation
Lines: 48Bytes: 1,879Imports: 0Exports: 0

Content Preview

  1. # Gate Governance (Phase 0)
  2. **Rule N15**: a gate pack file under `gates/v*/` is IMMUTABLE once it appears
  3. in `gates/MANIFEST.json`. All changes — including per-project adjustment —
  4. are a NEW pack file in a NEW version directory.
  5. ## The only sanctioned change flow
  6. ```bash
  7. # adjust an existing pack -> new patch version, edit the NEW file
  8. uv run scripts/cut_gate_version.py --from v1.0.0/default --bump patch
  9. # project-scoped pack extending a pinned base (base never duplicated)
  10. uv run scripts/cut