Stop hook for completion verification
A prompt hook that checks whether Claude actually finished the task before stopping.
{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "prompt",
"prompt": "Check: 1) Were all files in the spec modified? 2) Do tests pass? 3) Is the implementation complete? If anything is incomplete, explain what remains.",
"timeout": 30
}
]
}
]
}
}