mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: add gateguard recovery escape hatch
This commit is contained in:
parent
4c8499d509
commit
cfe770a735
4 changed files with 85 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue