claude.nagdy.me

Auto Mode with $defaults extension

Extend the built-in Auto Mode rules with custom entries instead of replacing them.

json
{
  "autoMode": {
    "allow": ["$defaults", "Bash(terraform *)", "Bash(kubectl *)"],
    "environment": ["$defaults", "Internal API: api.corp.example.com"]
  }
}
View Full Module