II.
JournalEvent JSON
Structured · livejournal-event:babysitter-task-complete
TASK_COMPLETE json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "journal-event:babysitter-task-complete",
"_kind": "JournalEvent",
"_file": "extensions/journal-events/babysitter-journal-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "TASK_COMPLETE",
"eventName": "TASK_COMPLETE",
"kind": "completion",
"direction": "runtime-to-platform",
"terminal": false,
"triggerCondition": "Emitted by the on-task-complete hook when a task subagent finishes (per-task completion; not a run-level terminal).",
"payloadSchema": {
"taskId": "string",
"status": "enum<ok,error,cancelled>"
},
"sourceCitation": "packages/sdk/src/cli/commands/hooks/log.ts:34"
},
"outgoingEdges": [
{
"from": "journal-event:babysitter-task-complete",
"to": "agent-runtime-impl:a5c.runtime@current",
"kind": "journal_event_emitted_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-runtime-impl:a5c.runtime@current",
"to": "journal-event:babysitter-task-complete",
"kind": "emits_journal_event",
"attributes": {}
}
]
}