Remove default Vestige Stop hooks from v2.1.0

This commit is contained in:
Sam Valladares 2026-05-01 05:02:31 -05:00
parent 4f457ec2db
commit cb7ee2dcb5
5 changed files with 52 additions and 29 deletions

View file

@ -9,14 +9,6 @@
{ "type": "command", "command": "$HOME/.claude/hooks/preflight-swarm.sh", "timeout": 45 }
]
}
],
"Stop": [
{
"hooks": [
{ "type": "command", "command": "$HOME/.claude/hooks/veto-detector.sh", "timeout": 6 },
{ "type": "command", "command": "$HOME/.claude/hooks/synthesis-stop-validator.sh", "timeout": 6 }
]
}
]
}
}