#phase0-gate-governance

18 files tagged phase0-gate-governance.

pi-cyberneticdoc

Phase 0 Gate Governance.Ged Amendment

--- ged_version: 1 amends: pi-cybernetic-analysis-framework_ged.md amendment: phase-0-gate-governance status: SPEC_COMPL…

MD242 lines12,512 bytes
pi-cyberneticdoc

Readme

# Phase 0 — Gate Governance & Repo Hardening Execution package for the approved GED amendment (`phase-0-gate-governance…

MD57 lines2,596 bytes
pi-cyberneticdoc

Governance

# Gate Governance (Phase 0) **Rule N15**: a gate pack file under `gates/v*/` is IMMUTABLE once it appears in `gates/MAN…

MD48 lines1,879 bytes
pi-cyberneticdoc

Agents

# phase0-gate-governance — agent notes > Stub created by atlas-onboard.sh — extend with project-specific facts. - **Co…

MD7 lines387 bytes
pi-cyberneticdoc

Changes

# CHANGES.md — Deviations from the Approved Phase 0 Amendment Per standing instruction: architecture improvements appli…

MD121 lines5,619 bytes
pi-cyberneticdoc

Claude

# phase0-gate-governance Read `AGENTS.md` in this directory — it is the source of truth for working here. Codebase inde…

MD5 lines141 bytes
pi-cyberneticscript

Bootstrap

#!/usr/bin/env bash # bootstrap.sh — install Phase 0 gate governance into a target repo. # # Usage: ./bootstrap.sh /hom…

SH104 lines4,432 bytes
pi-cyberneticdoc

Codeatlas

# CODEATLAS.md — queryable codebase index for this repo This repo is indexed by **code-atlas** (deterministic tree-sitt…

MD33 lines1,979 bytes
pi-cyberneticsource

Pretooluse Gate Guard

#!/usr/bin/env python3 """pretooluse_gate_guard.py — Claude Code PreToolUse hook enforcing N15. Blocks Edit/Write/Multi…

PY105 lines3,779 bytes
pi-cyberneticsource

Register Pretooluse

#!/usr/bin/env python3 """register_pretooluse.py — safely register the gate guard in .claude/settings.json. Discipline …

PY80 lines3,193 bytes
pi-cyberneticsource

Pre Commit Gate Guard

#!/usr/bin/env python3 """pre_commit_gate_guard.py — git pre-commit enforcement of N15 (layer 3). Rules: 1. Any stage…

PY126 lines4,956 bytes
pi-cyberneticother

Pre Commit

#!/usr/bin/env bash # Versioned pre-commit shim (installed via `git config core.hooksPath .githooks`). # All logic lives…

·5 lines254 bytes
pi-cyberneticdoc

Integration

# gate-integrity.ts — Harness Integration (Layer 1, A13) This module is the **unroutable layer**. Wire it into the disp…

MD47 lines2,089 bytes
pi-cyberneticsource

Gate Integrity

/** * gate-integrity.ts — Layer 1 runtime enforcement (A13 / N15 / N16). * * Verifies a spec's pinned gate reference …

TS137 lines5,182 bytes
pi-cyberneticsource

Spec Lint Gates

#!/usr/bin/env python3 """spec_lint_gates.py — lint dispatch specs for gate governance (N16 + fidelity). Checks, per sp…

PY149 lines6,453 bytes
pi-cybernetictest

Test Gate Governance

#!/usr/bin/env python3 """test_gate_governance.py — N10 discipline applied to the governance system. Every enforcement …

PY238 lines11,790 bytes
pi-cyberneticsource

Gate Manifest

#!/usr/bin/env python3 """gate_manifest.py — single hashing authority for the gate governance system. Every component (…

PY264 lines10,973 bytes
pi-cyberneticsource

Cut Gate Version

#!/usr/bin/env python3 """cut_gate_version.py — the ONLY sanctioned way a gate pack changes (N15/N17). Creates gates/v<…

PY154 lines6,863 bytes