# Package: autopilot
# Maximum AI autonomy. Only catastrophic ops are blocked.
#
# For prototyping, personal projects, and vibe coding.
# The AI runs freely with minimal interruption.
[]
= "autopilot"
= "Maximum AI autonomy. Only catastrophic ops are blocked."
= "=.."
[]
= "allow"
[]
= "permissive"
[[]]
= "main"
= "standard"
[[]]
= "master"
= "standard"
# --- Safety nets ---
[[]]
= "deny"
= "rm -rf /"
= "This would delete your entire filesystem"
[[]]
= "deny"
= "rm -rf ~"
= "This would delete your entire home directory"