autonomous
Installation
SKILL.md
Return to Autonomous Mode
Claude Code enforcement only — Codex and Cursor default to autonomous unless a future adapter uses this shared controller. Shared mode controller:
.agents/skills/autonomous/scripts/.
Shared Controller
Mode is a setting with explicit values: autonomous and copilot.
For now, this skill owns the shared mode controller because autonomous is the default and safe fallback value. /copilot is an alias that sets mode=copilot; it should not own separate mode logic.
.agents/skills/autonomous/scripts/mode.shis the sourceable mode facade for all agents and hooks..agents/skills/autonomous/scripts/set-mode.shsetsmode=autonomousormode=copilot.scripts/lib/session-state.shremains project infrastructure because status, detection, bootstrap, and hook code all use it.