II.
PathDescriptor JSON
Structured · livepath:journal-events
Babysitter run journal events json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "path:journal-events",
"_kind": "PathDescriptor",
"_file": "catalog-meta/path-descriptors/path-descriptors-babysitter.yaml",
"_cluster": "catalog-meta",
"attributes": {
"pathId": "journal-events",
"displayName": "Babysitter run journal events",
"path": ".a5c/runs/<runId>/journal/events.jsonl",
"pathKind": "event-log",
"ownerKind": "GraphDocument",
"ownerId": "graph:agent-catalog",
"platform": "cross-platform",
"scope": "project",
"evaluationContext": "project",
"expansion": "literal",
"notes": "Append-only JSONL event log for a single run. Source of truth for\nreplaying ground state during the orchestration loop. Lives under\n`.a5c/runs/<runId>/` (see path:a5c-runs-dir).\n"
},
"outgoingEdges": [
{
"from": "path:journal-events",
"to": "graph:agent-catalog",
"kind": "owned_by",
"attributes": {}
}
],
"incomingEdges": []
}