{
"id": "journal-event:babysitter-task-start",
"_kind": "JournalEvent",
"_file": "extensions/journal-events/babysitter-journal-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "TASK_START",
"eventName": "TASK_START",
"kind": "state-change",
"direction": "runtime-to-platform",
"terminal": false,
"triggerCondition": "Emitted by the on-task-start hook when a task subagent begins execution (recorded by the harness hook logger).",
"payloadSchema": {
"taskId": "string",
"runId": "string"
},
"sourceCitation": "packages/sdk/src/cli/commands/hooks/log.ts:33"
},
"outgoingEdges": [
{
"from": "journal-event:babysitter-task-start",
"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-start",
"kind": "emits_journal_event",
"attributes": {}
}
]
}