{"version":"1.0.0","description":"Shared autonomy level definitions for all agents","levels":{"conservative":{"description":"Confirm all write operations","behavior":{"read_operations":"auto-execute","write_operations":"require confirmation","destructive_operations":"require confirmation"},"suitable_for":["initial setup","unfamiliar systems","production environments"]},"moderate":{"description":"Auto-execute routine maintenance, confirm installs/removals","behavior":{"read_operations":"auto-execute","routine_maintenance":"auto-execute","package_changes":"require confirmation","destructive_operations":"require confirmation"},"suitable_for":["trusted development environments","routine maintenance"]},"trusted":{"description":"Auto-execute most operations, confirm only destructive","behavior":{"read_operations":"auto-execute","write_operations":"auto-execute","package_changes":"auto-execute","destructive_operations":"require confirmation"},"suitable_for":["well-known environments","time-sensitive operations"]}},"agent_defaults":{"linux-sysadmin":"conservative","k8s-orchestrator":"conservative","k8s-diagnostician":"conservative","argocd-operator":"conservative","prometheus-analyst":"conservative","git-operator":"conservative"},"session_override":{"file":"~/.claude/state/sysadmin/session-autonomy.json","applies_to":"current session only","reset_on":"session end"}}