fix: add gateguard recovery escape hatch

This commit is contained in:
Affaan Mustafa
2026-04-30 10:45:43 -04:00
committed by Affaan Mustafa
parent 4c8499d509
commit cfe770a735
4 changed files with 85 additions and 2 deletions

View File

@@ -94,6 +94,10 @@ Triggers on: `rm -rf`, `git reset --hard`, `git push --force`, `drop table`, etc
The hook at `scripts/hooks/gateguard-fact-force.js` is included in this plugin. Enable it via hooks.json.
If GateGuard blocks setup or repair work, start the session with
`ECC_GATEGUARD=off`. For hook-level control, keep using
`ECC_DISABLED_HOOKS` with the GateGuard hook ID.
### Option B: Full package with config
```bash