Claude Code --bare / SIMPLE mode
agent-control-mode:claude-code-bare-simple
AgentControlModelifecycle/agent-control-modes/claude-code-bare-simple.yaml·Open in Graph → {
"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": {}
}
]
}