II.
PathDescriptor JSON
Structured · livepath:run-tasks-dir
Babysitter run tasks directory json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "path:run-tasks-dir",
"_kind": "PathDescriptor",
"_file": "catalog-meta/path-descriptors/path-descriptors-babysitter.yaml",
"_cluster": "catalog-meta",
"attributes": {
"pathId": "run-tasks-dir",
"displayName": "Babysitter run tasks directory",
"path": ".a5c/runs/<runId>/tasks/",
"pathKind": "session-state-dir",
"ownerKind": "GraphDocument",
"ownerId": "graph:agent-catalog",
"platform": "cross-platform",
"scope": "project",
"evaluationContext": "project",
"expansion": "literal",
"notes": "Per-task working directories within a single run. Each task gets\nits own subdir for inputs, intermediate artifacts, and outputs.\n"
},
"outgoingEdges": [
{
"from": "path:run-tasks-dir",
"to": "graph:agent-catalog",
"kind": "owned_by",
"attributes": {}
}
],
"incomingEdges": []
}