iiRecord
Agentic AI Atlas · session-semantics:codex
session-semantics:codexa5c.ai
II.
SessionSemantics JSON

session-semantics:codex

Structured · live

session-semantics:codex json

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

File · lifecycle/session-semantics/codex.yamlCluster · lifecycle
Record JSON
{
  "id": "session-semantics:codex",
  "_kind": "SessionSemantics",
  "_file": "lifecycle/session-semantics/codex.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "sessionSemanticsId": "session-semantics:codex",
    "agentId": "agent:codex",
    "versionRange": ">=0.0.0",
    "sessionDirStrategy": ".a5c/runs",
    "sessionIdSources": [
      "CODEX_THREAD_ID",
      "CODEX_SESSION_ID",
      "CODEX_PLUGIN_ROOT"
    ],
    "resumeSemantics": "Codex session binding relies on thread/session IDs and plugin-root state.\n",
    "stateFilePatterns": [
      ".a5c/runs/**"
    ],
    "pidMarkerPolicy": "env-or-run-dir",
    "metadataFields": [
      {
        "key": "session_id",
        "envVars": [
          "CODEX_SESSION_ID"
        ]
      },
      {
        "key": "run_id",
        "envVars": [
          "CODEX_RUN_ID"
        ]
      }
    ]
  },
  "outgoingEdges": [
    {
      "from": "session-semantics:codex",
      "to": "agentVersion:codex:ge-0-119-0",
      "kind": "applies_to_version",
      "attributes": {}
    },
    {
      "from": "session-semantics:codex",
      "to": "path:a5c-runs-dir",
      "kind": "references_path",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}