| name | aigon-feature-autonomous-start |
| description | Start feature autonomous execution with explicit stop-after |
aigon-feature-autonomous-start
Start a feature in autonomous mode with explicit agent/evaluator choices and stop point control.
aigon feature-autonomous-start $ARGUMENTS <agents...> [--eval-agent=<agent>] [--stop-after=implement|eval|close]
Usage
aigon feature-autonomous-start $ARGUMENTS cc
aigon feature-autonomous-start $ARGUMENTS cc gg --eval-agent=gg --stop-after=eval
aigon feature-autonomous-start status $ARGUMENTS
Notes
--stop-after defaults to close.
- Fleet
--stop-after=close currently falls back to eval with an explanatory message.
- The command starts a dedicated AutoConductor tmux session (
{repo}-f{id}-auto(-desc)) and exits immediately.
- AutoConductor failure is non-destructive; implementation/eval sessions continue and can be finished manually.