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
|
|
@ -99,6 +99,9 @@ export ECC_HOOK_PROFILE=standard
|
|||
# Disable specific hook IDs (comma-separated)
|
||||
export ECC_DISABLED_HOOKS="pre:bash:tmux-reminder,post:edit:typecheck"
|
||||
|
||||
# Disable only GateGuard during setup or recovery
|
||||
export ECC_GATEGUARD=off
|
||||
|
||||
# Cap SessionStart additional context (default: 8000 chars)
|
||||
export ECC_SESSION_START_MAX_CHARS=4000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue