Category: reading
-
Claude Code Auto Mode: permissions as runtime safety
Claude Code auto mode is not just fewer confirmation prompts. It is a runtime safety design that separates low-risk actions, intent-aware classification, prompt-injection defenses, and recovery after denial.
-
Claude Code Source: an agent as an operating-system process
Reading Claude Code through an operating-system lens makes the agent runtime concrete: context preparation, tools, permissions, subprocesses, cancellation, compaction, plugins, and exit paths.