iiRecord
Agentic AI Atlas · Codex AGENTS.md
memory-system:codex-agents-mda5c.ai
II.
MemorySystem JSON

memory-system:codex-agents-md

Structured · live

Codex AGENTS.md json

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

File · domain/knowledge-fabric/memory-systems.yamlCluster · domain
Record JSON
{
  "id": "memory-system:codex-agents-md",
  "_kind": "MemorySystem",
  "_file": "domain/knowledge-fabric/memory-systems.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Codex AGENTS.md",
    "description": "Codex CLI's instruction-file memory system. AGENTS.md is the sole\npersistent knowledge file, read at session bootstrap and injected into\nthe system prompt. There is no auto-memory extraction, no background\nconsolidation, and no user-level memory scope. Knowledge must be\nmanually authored and maintained. The simplicity is intentional — Codex\nruns in a sandboxed environment where filesystem writes outside the\nsandbox boundary are prohibited, making auto-memory extraction\narchitecturally difficult.\n",
    "memoryKind": "file-based",
    "persistence": "project-scoped",
    "autoExtraction": false,
    "consolidation": "none",
    "storageFormat": "markdown",
    "privacyFilter": false,
    "deduplication": "none"
  },
  "outgoingEdges": [
    {
      "from": "memory-system:codex-agents-md",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "knowledge-fabric-impl:codex.knowledge@current",
      "to": "memory-system:codex-agents-md",
      "kind": "uses_memory_system",
      "attributes": {}
    },
    {
      "from": "agentVersion:codex:ge-0-0-0-lt-0-119-0",
      "to": "memory-system:codex-agents-md",
      "kind": "uses_memory_system",
      "attributes": {}
    },
    {
      "from": "agentVersion:codex:ge-0-119-0",
      "to": "memory-system:codex-agents-md",
      "kind": "uses_memory_system",
      "attributes": {}
    },
    {
      "from": "agent-version:codex-sdk@current",
      "to": "memory-system:codex-agents-md",
      "kind": "uses_memory_system",
      "attributes": {}
    },
    {
      "from": "agent-version:codex-websocket@current",
      "to": "memory-system:codex-agents-md",
      "kind": "uses_memory_system",
      "attributes": {}
    }
  ]
}