II.
Experiment JSON
Structured · liveexperiment:codex-capability-gaps
Codex CLI Capability Gaps Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "experiment:codex-capability-gaps",
"_kind": "Experiment",
"_file": "domain/testable-claims/experiments.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Codex CLI Capability Gaps Review",
"description": "Manual review of Codex CLI capabilities confirming documented gaps:\nno --thinking-level flag, no auto-memory extraction, runtime-only MCP\nsupport, and default native sandboxing.\n",
"status": "completed",
"result": "validated",
"startedAt": "2026-05-10",
"completedAt": "2026-05-10",
"evidence": "Reviewed atlas graph agent-version and agent-core-impl nodes for Codex.\nConfirmed via graph data:\n- No --thinking-level/--reasoning-effort flag in CLI help (codex#9381 closed)\n- memory-system:codex-agents-md has autoExtraction=false, consolidation=none\n- capability:supports-mcp on runtime impl only, not agentVersion\n- subprocessSandboxStrategy=native-sandbox in runtime impl\nAll four claims remain accurate against current graph data and public\nCodex CLI documentation.\n"
},
"outgoingEdges": [
{
"from": "experiment:codex-capability-gaps",
"to": "claim:codex-cli-lacks-thinking-flag",
"kind": "tests_claim"
},
{
"from": "experiment:codex-capability-gaps",
"to": "claim:codex-lacks-auto-memory",
"kind": "tests_claim"
},
{
"from": "experiment:codex-capability-gaps",
"to": "claim:codex-lacks-mcp-client",
"kind": "tests_claim"
},
{
"from": "experiment:codex-capability-gaps",
"to": "claim:codex-sandbox-only",
"kind": "tests_claim"
},
{
"from": "experiment:codex-capability-gaps",
"to": "claim:codex-has-sandbox",
"kind": "tests_claim"
}
],
"incomingEdges": []
}