commitly-agent act-loop
Continuously poll and execute queued tasks.
commitly-agent act-loop <projectPath> [--repo <owner/repo>] [--behavior <mode>] [--yes]
## description
Long-running loop. Polls the queue, executes one task, sleeps, repeats. Uses exponential backoff with jitter on errors and recovers automatically if killed mid-task. Only one loop can run at a time per machine.
## flags
flagdescription
--repo <owner/repo>Pre-selected target repo. Required when running headless (no TTY) since the interactive picker can't run.
--behavior <docs|refactor|ghost>Pre-selected behavior. Required in daemon / non-TTY mode.
-y, --yesAuto-confirm every commit. Required in daemon / non-TTY mode.
## notes
## related
See the full command reference, or jump to Daemon mode if you plan to run this unattended.