II.
SessionSemantics JSON
Structured · livesession-semantics:openclaw
session-semantics:openclaw json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "session-semantics:openclaw",
"_kind": "SessionSemantics",
"_file": "lifecycle/session-semantics/openclaw.yaml",
"_cluster": "lifecycle",
"attributes": {
"sessionSemanticsId": "session-semantics:openclaw",
"agentId": "agent:openclaw",
"versionRange": ">=0.0.0",
"sessionDirStrategy": ".a5c/runs",
"sessionIdSources": [
"OPENCLAW_SESSION",
"OPENCLAW_RUN_ID",
"OPENCLAW_SHELL",
"OPENCLAW_HOME"
],
"resumeSemantics": "OpenClaw detection is currently env-driven with no shared runtime-hook support in fallback metadata.",
"stateFilePatterns": [
".a5c/runs/**"
],
"pidMarkerPolicy": "env-or-run-dir",
"metadataFields": [
{
"key": "session_id",
"envVars": [
"OPENCLAW_SESSION"
]
},
{
"key": "run_id",
"envVars": [
"OPENCLAW_RUN_ID"
]
}
]
},
"outgoingEdges": [
{
"from": "session-semantics:openclaw",
"to": "agentVersion:openclaw:ge-0-0-0",
"kind": "applies_to_version",
"attributes": {}
},
{
"from": "session-semantics:openclaw",
"to": "path:a5c-runs-dir",
"kind": "references_path",
"attributes": {}
}
],
"incomingEdges": []
}