II.
TestableClaim JSON
Structured · liveclaim:stop-hook-claude-interactive-fires
Claude Code stop hook fires in interactive mode json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:stop-hook-claude-interactive-fires",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/stop-hook-claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Claude Code stop hook fires in interactive mode",
"description": "When Claude Code reaches end-of-turn in interactive mode, the hooks-adapter\nadapter normalizes the native \"Stop\" event to canonical phase turn.stop\nand invokes registered handlers with the stop payload.\n",
"testStatus": "pending",
"testType": "integration",
"testCommand": "npx vitest run packages/atlas/tests/claims/stop-hook-control.test.ts -t \"claude adapter.*fires turn.stop via interactive\"",
"category": "hooks",
"priority": "high"
},
"outgoingEdges": [
{
"from": "claim:stop-hook-claude-interactive-fires",
"to": "agent:claude-code",
"kind": "asserts_about"
},
{
"from": "claim:stop-hook-claude-interactive-fires",
"to": "hook-surface:stop",
"kind": "asserts_about"
},
{
"from": "claim:stop-hook-claude-interactive-fires",
"to": "hook-surface:claude.stop",
"kind": "tests_hook_surface"
}
],
"incomingEdges": [
{
"from": "experiment:stop-hook-control-interactive",
"to": "claim:stop-hook-claude-interactive-fires",
"kind": "tests_claim"
},
{
"from": "evidence:hooks-adapter-stop-hook-test-suite",
"to": "claim:stop-hook-claude-interactive-fires",
"kind": "backed_by_evidence"
}
]
}