Pre Commit

pi-cyberneticotherother
Path: pi-cybernetic/phase0-gate-governance/hooks/pre-commitRelative: phase0-gate-governance/hooks/pre-commitSubproject: pi-cyberneticCategory: other
Lines: 5Bytes: 254Imports: 0Exports: 0

Content Preview

  1. #!/usr/bin/env bash
  2. # Versioned pre-commit shim (installed via `git config core.hooksPath .githooks`).
  3. # All logic lives in the Python guard so it is testable and shared.
  4. exec python3 "$(git rev-parse --show-toplevel)/.githooks/pre_commit_gate_guard.py"