iiRecord
Agentic AI Atlas · Claude Code --bare / SIMPLE mode
agent-control-mode:claude-code-bare-simplea5c.ai
II.
AgentControlMode JSON

agent-control-mode:claude-code-bare-simple

Structured · live

Claude Code --bare / SIMPLE mode json

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

File · lifecycle/agent-control-modes/claude-code-bare-simple.yamlCluster · lifecycle
Record JSON
{
  "id": "agent-control-mode:claude-code-bare-simple",
  "_kind": "AgentControlMode",
  "_file": "lifecycle/agent-control-modes/claude-code-bare-simple.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "displayName": "Claude Code --bare / SIMPLE mode",
    "mode": "bare-simple",
    "envVar": "CLAUDE_CODE_SIMPLE",
    "persistedOnSession": false,
    "workerToolInventory": [
      "Bash",
      "Read",
      "Edit"
    ],
    "disablesFeatures": [
      "auto-memory",
      "auto-dream",
      "extract-memories",
      "prompt-suggestion",
      "nested-memory"
    ],
    "description": "Minimal posture — system prompt drops the memory section, all background\nconsolidation is disabled, worker tool inventory is just Bash/Read/Edit.\nUsed for SDK / non-interactive workflows where prompt cache hits matter\nmore than feature breadth.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "agent-control-mode:claude-code-bare-simple",
      "kind": "operates_in_control_mode",
      "attributes": {}
    }
  ]
}