{
  "id": "codex",
  "displayName": "Codex",
  "installRootStrategy": "repo-root",
  "pathMappings": {
    "AGENTS.md": "AGENTS.md",
    ".agents/skills": ".agents/skills",
    ".specify": ".specify",
    "templates/tasks/implement-feature.md": ".hforge/templates/tasks/implement-feature.md",
    "templates/tasks/fix-bug.md": ".hforge/templates/tasks/fix-bug.md",
    "templates/workflows/research-plan-implement-validate.md": ".hforge/templates/workflows/research-plan-implement-validate.md",
    "templates/workflows/triage-reproduce-fix-verify.md": ".hforge/templates/workflows/triage-reproduce-fix-verify.md",
    "targets/codex/runtime/.codex": ".codex"
  },
  "mergeRules": {
    "AGENTS.md": "append-once"
  },
  "supportsHooks": false,
  "supportsCommands": true,
  "supportsAgents": true,
  "supportsContexts": true,
  "supportsPlugins": false,
  "capabilitySupportRef": "manifests/catalog/harness-capability-matrix.json",
  "capabilityMatrix": {
    "templates": true,
    "workflow-validation": true
  },
  "sharedRuntimeBridge": {
    "instructionSurfaces": [
      "AGENTS.md",
      ".agents/skills",
      ".codex/config.toml"
    ],
    "runtimeSurfaces": [
      ".hforge/runtime/index.json",
      ".hforge/runtime/README.md",
      ".hforge/runtime/recursive/language-capabilities.json"
    ],
    "supportMode": "native",
    "notes": "Codex keeps repo-root bridges thin and routes canonical AI content through the hidden .hforge library, template, and runtime layer, including promoted recursive structured-analysis discovery through the shared runtime.",
    "authoritativeSurfaces": [
      ".hforge/library/skills",
      ".hforge/library/rules",
      ".hforge/library/knowledge",
      ".hforge/templates",
      ".hforge/runtime"
    ],
    "visibleBridgePaths": [
      "AGENTS.md",
      ".agents/skills",
      ".specify",
      ".codex"
    ],
    "visibilityMode": "hidden-ai-layer"
  },
  "guidanceTemplate": "codex"
}
