Expand description
claude auto-mode subcommands: inspect the auto-mode classifier
configuration.
The CLI exposes three children under auto-mode:
AutoModeConfigCommand–auto-mode config, the effective merged config as JSON.AutoModeDefaultsCommand–auto-mode defaults, the default rules as JSON.AutoModeCritiqueCommand–auto-mode critique, AI feedback on your custom auto-mode rules.
Structs§
- Auto
Mode Config Command - Print the effective auto-mode config as JSON.
- Auto
Mode Critique Command - Get AI feedback on your custom auto-mode rules.
- Auto
Mode Defaults Command - Print the default auto-mode environment, allow, soft_deny, and hard_deny rules as JSON. Useful as a reference when writing custom rules. The soft/hard deny split distinguishes “warn but allow when explicitly overridden” from “always block.”