II.
TestableClaim JSON
Structured · liveclaim:stop-hook-cursor-interactive-blocks
Cursor stop hook can block (deny) at end-of-turn json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:stop-hook-cursor-interactive-blocks",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/stop-hook-claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cursor stop hook can block (deny) at end-of-turn",
"description": "A handler returning deny at turn.stop propagates the deny decision\nfor Cursor, since the cursor adapter supports blockCapability.\n",
"testStatus": "pending",
"testType": "integration",
"testCommand": "npx vitest run packages/atlas/tests/claims/stop-hook-control.test.ts -t \"cursor adapter.*deny decision propagates\"",
"category": "hooks",
"priority": "high"
},
"outgoingEdges": [
{
"from": "claim:stop-hook-cursor-interactive-blocks",
"to": "agent:cursor",
"kind": "asserts_about"
},
{
"from": "claim:stop-hook-cursor-interactive-blocks",
"to": "hook-surface:stop",
"kind": "asserts_about"
},
{
"from": "claim:stop-hook-cursor-interactive-blocks",
"to": "hook-surface:cursor.stop",
"kind": "tests_hook_surface"
}
],
"incomingEdges": [
{
"from": "experiment:stop-hook-control-interactive",
"to": "claim:stop-hook-cursor-interactive-blocks",
"kind": "tests_claim"
},
{
"from": "evidence:hooks-mux-stop-hook-test-suite",
"to": "claim:stop-hook-cursor-interactive-blocks",
"kind": "backed_by_evidence"
}
]
}