corgi autopilot
corgi autopilot
Supervised loop state: status / pause / resume / stop / heartbeat
Synopsis
Durable state for the autopilot supervised loop (the autopilot skill drives the loop; this command owns its kill switch + heartbeat). No daemon — state lives in corgi_services/.autopilot.json and coordinates iterations across /loop or /schedule runs. Draft PRs only; never merges.
Options
-h, --help help for autopilot
--json Emit the autopilot state object as JSON
Options inherited from parent commands
--describe Describe contents of corgi-compose file
--dockerContext string Specify docker context to use, can be default,orbctl,colima (default "default")
-l, --exampleList List examples to choose from. Click on any example to download it
-f, --filename string Custom filepath for for corgi-compose
--fromScratch Clean corgi_services folder before running
-t, --fromTemplate string Create corgi service from template url
--fromTemplateName string Create corgi service from template name and url
-g, --global Use global path to one of the services
--interactive Force interactive prompts even when no TTY/agent detected
--privateToken string Private token for private repositories to download files
-o, --runOnce Run corgi once and exit
--silent Hide all welcome messages
SEE ALSO
- corgi - Corgi cli magic friend
- corgi autopilot heartbeat - Record a heartbeat + iteration summary (called by the loop each iteration)
- corgi autopilot pause - Pause the loop; it no-ops at the next iteration boundary
- corgi autopilot resume - Resume (or initialize) the loop in running mode
- corgi autopilot status - Show the autopilot loop mode, heartbeat age, and last iteration
- corgi autopilot stop - Kill switch: the next iteration sees stopped and no-ops