corgi agent standup
corgi agent standup
What you and Claude did, per workspace, since yesterday
Synopsis
Reads what every account's Claude Code was asked (its prompt history) and
what landed in git under each registered workspace, and prints it grouped by
workspace: the prompts as headlines, the commits as facts. Nothing leaves the
machine unless --write is given, which hands the raw list to claude -p
for three plain sentences you can paste into a standup.
corgi agent standup # since 24h ago corgi agent standup --since 48h # a long weekend corgi agent standup --write # summarised by Claude
corgi agent standup [flags]
Options
-h, --help help for standup
--since string How far back to look (default "24h")
--write Have claude -p turn the list into a few sentences
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 - Keep Claude Code Remote Control running for your corgi workspaces