II.
JournalEvent JSON
Structured · livejournal-event:babysitter-run-created
RUN_CREATED json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "journal-event:babysitter-run-created",
"_kind": "JournalEvent",
"_file": "extensions/journal-events/babysitter-journal-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "RUN_CREATED",
"eventName": "RUN_CREATED",
"kind": "state-change",
"direction": "runtime-to-platform",
"terminal": false,
"triggerCondition": "Emitted when a new run directory is created and the journal initialized.",
"payloadSchema": {
"runId": "string",
"createdAt": "iso-timestamp"
},
"sourceCitation": "packages/babysitter-sdk/src/runtime/replay/effectIndex.ts:94 + packages/babysitter-sdk/src/cli/main/runCreate.ts"
},
"outgoingEdges": [
{
"from": "journal-event:babysitter-run-created",
"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-run-created",
"kind": "emits_journal_event",
"attributes": {}
},
{
"from": "run-journal-event:run-created",
"to": "journal-event:babysitter-run-created",
"kind": "aliases_journal_event"
}
]
}