verify-before-stop
Block stopping when modified files carry debug artifacts or fail fast lint/type checks.
hook
Stop
claude-code
mode: enforce
config/hook-registry.json (entry)
Block stopping when modified files carry debug artifacts or fail fast lint/type checks.
Registry Entry
Section titled “Registry Entry”| Field | Value |
|---|---|
| id | verify-before-stop |
| mode | enforce |
| logical_event | Stop |
| command | {repo_root}/hooks/verify-before-stop.sh |
| timeout | 60 |
| harnesses | ["claude-code"] |
Full hook config
{ "id": "verify-before-stop", "description": "Block stopping when modified files carry debug artifacts or fail fast lint/type checks.", "mode": "enforce", "logical_event": "Stop", "command": "{repo_root}/hooks/verify-before-stop.sh", "timeout": 60, "harnesses": [ "claude-code" ]}Command: .../hooks/verify-before-stop.sh
Resources
Section titled “Resources”Hooks HubAll repo-managed lifecycle hooks.
wagents hooksInspect and validate hooks via CLI.
