iiRecord
Agentic AI Atlas · session-semantics:omp
session-semantics:ompa5c.ai
II.
SessionSemantics JSON

session-semantics:omp

Structured · live

session-semantics:omp json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · lifecycle/session-semantics/omp.yamlCluster · lifecycle
Record JSON
{
  "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": "agentVersion:omp:ge-15-5-9",
      "kind": "applies_to_version",
      "attributes": {}
    },
    {
      "from": "session-semantics:omp",
      "to": "path:a5c-runs-dir",
      "kind": "references_path",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}