iiRecord
Agentic AI Atlas · Codex Knowledge Fabric — AGENTS.md
knowledge-fabric-impl:codex.knowledge@currenta5c.ai
II.
KnowledgeFabricImpl JSON

knowledge-fabric-impl:codex.knowledge@current

Structured · live

Codex Knowledge Fabric — AGENTS.md json

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

File · agent-stack/knowledge-fabric-impls/codex-knowledge-current.yamlCluster · agent-stack
Record JSON
{
  "id": "knowledge-fabric-impl:codex.knowledge@current",
  "_kind": "KnowledgeFabricImpl",
  "_file": "agent-stack/knowledge-fabric-impls/codex-knowledge-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Codex Knowledge Fabric — AGENTS.md",
    "agentVersionId": "agentVersion:codex:ge-0-119-0",
    "description": "Codex CLI's knowledge fabric is centered on AGENTS.md files. At session\nbootstrap, Codex reads AGENTS.md from the project root and injects its\ncontents as long-term project memory. This provides persistent instructions,\nconventions, and project-specific context across sessions. The knowledge\nscope is project-only — Codex does not have user-level or enterprise-level\nknowledge files. Codex runs in a sandboxed environment, so knowledge\nretrieval is limited to files within the sandbox boundary.\n",
    "knowledgeFileFormats": [
      "AGENTS.md"
    ],
    "knowledgeScopes": [
      "project"
    ],
    "autoExtractionSupport": false,
    "retrievalStrategy": "file-hierarchy",
    "knowledgePersistence": "filesystem",
    "notes": "Codex's knowledge fabric is minimal compared to Claude Code or Cursor.\nAGENTS.md is the sole persistent knowledge file. There is no auto-memory\nextraction, no user-level knowledge, and no vector-based retrieval.\nKnowledge is injected at session start and not updated mid-session.\n"
  },
  "outgoingEdges": [
    {
      "from": "knowledge-fabric-impl:codex.knowledge@current",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "knowledge-fabric-impl:codex.knowledge@current",
      "to": "agentVersion:codex:ge-0-119-0",
      "kind": "composes",
      "attributes": {
        "role": "knowledge-fabric"
      }
    },
    {
      "from": "knowledge-fabric-impl:codex.knowledge@current",
      "to": "memory-system:codex-agents-md",
      "kind": "uses_memory_system",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agentVersion:codex:ge-0-0-0-lt-0-119-0",
      "to": "knowledge-fabric-impl:codex.knowledge@current",
      "kind": "composed_of",
      "attributes": {
        "role": "knowledge-fabric"
      }
    },
    {
      "from": "agentVersion:codex:ge-0-119-0",
      "to": "knowledge-fabric-impl:codex.knowledge@current",
      "kind": "composed_of",
      "attributes": {
        "role": "knowledge-fabric"
      }
    }
  ]
}