{
"id": "session-semantics:omp",
"_kind": "SessionSemantics",
"_file": "lifecycle/session-semantics/omp.yaml",
"_cluster": "lifecycle",
"attributes": {
"sessionSemanticsId": "session-semantics:omp",
"agentId": "agent:omp",
"versionRange": ">=0.0.0",
"sessionDirStrategy": ".a5c/runs",
"sessionIdSources": [
"OMP_SESSION_ID",
"OMP_RUN_ID"
],
"resumeSemantics": "Oh-My-Pi reuses Pi-style run/session identifiers.",
"stateFilePatterns": [
".a5c/runs/**"
],
"pidMarkerPolicy": "env-or-run-dir",
"metadataFields": [
{
"key": "session_id",
"envVars": [
"OMP_SESSION_ID"
]
},
{
"key": "run_id",
"envVars": [
"OMP_RUN_ID"
]
}
]
},
"outgoingEdges": [
{
"from": "session-semantics:omp",
"to": "agent-version:omp@current",
"kind": "applies_to_version",
"attributes": {}
},
{
"from": "session-semantics:omp",
"to": "path:a5c-runs-dir",
"kind": "references_path",
"attributes": {}
}
],
"incomingEdges": []
}