II.
JournalEvent JSON
Structured · livejournal-event:babysitter-stop-hook-invoked
STOP_HOOK_INVOKED json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "journal-event:babysitter-stop-hook-invoked",
"_kind": "JournalEvent",
"_file": "extensions/journal-events/babysitter-journal-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "STOP_HOOK_INVOKED",
"eventName": "STOP_HOOK_INVOKED",
"kind": "state-change",
"direction": "platform-to-runtime",
"terminal": false,
"triggerCondition": "Emitted when a Stop / SubagentStop harness hook fires (informational; does not affect the effect index).",
"payloadSchema": {
"eventType": "string",
"reason": "string"
},
"sourceCitation": "packages/babysitter-sdk/src/harness/hooks/utils.ts:128 + packages/babysitter-sdk/src/runtime/__tests__/effectIndex.test.ts:106"
},
"outgoingEdges": [
{
"from": "journal-event:babysitter-stop-hook-invoked",
"to": "agent-platform-impl:a5c.platform@current",
"kind": "journal_event_emitted_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-platform-impl:a5c.platform@current",
"to": "journal-event:babysitter-stop-hook-invoked",
"kind": "emits_journal_event",
"attributes": {}
}
]
}