corgi agent watch sweep
corgi agent watch sweep
Hand every open ticket already assigned to you to the daemon, as if it had just arrived
Synopsis
The watch only sees what changes after it starts. Work that was already yours — assigned last week, sitting in a column the watch takes — never arrives on its own. A sweep reads the tracker once for every open ticket assigned to you and hands each to the daemon as a new issue. The rules still decide (column, labels, action), and a ticket the daemon already ran on, or one you told it to ignore, is left alone.
corgi agent watch sweep --dry-run what it would hand over corgi agent watch sweep --states "Ready for dev" only that column corgi agent watch sweep hand them over
Without --states the workspace's own column list applies, and that list often holds In Progress and In Review for the sake of comments — columns where the work is already yours by hand. Name the column that means "not started".
corgi agent watch sweep [flags]
Options
--dry-run Print what would be handed over, hand nothing
-h, --help help for sweep
--states strings Only tickets in these columns (comma separated); default: the workspace's watched columns
--workspace string Only this workspace
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 the .corgi/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
--isolate string Run this workspace under a named lease: own port block, own database names, own containers
--json Emit machine-readable JSON output
--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 agent watch - Watch the tracker and your pull requests: new issues, new comments, reviews — notify, or fix