corgi memory
corgi memory
Read and maintain the committed workspace memory store (.corgi/memory)
Synopsis
Workspace memory is a committed, team-shared store of decisions, incidents, domain facts, and recurring fixes for this corgi stack. It is opt-in: with no .corgi/memory/ directory every subcommand is a harmless no-op.
corgi memory list [--type <t>] [--json] list facts (descriptions; bodies stay on disk)
corgi memory add --type <t> --name <n> --desc <d> [--service <s>] [--pattern <p>]
corgi memory index regenerate index.md from the facts
corgi memory lint [--json] validate frontmatter, names, links, and NO SECRETS
Committed memory must never contain secrets — lint fails the store on a key-shaped string.
Options
-h, --help help for memory
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
--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 - Corgi cli magic friend
- corgi memory add - Scaffold a new memory fact
- corgi memory index - Regenerate .corgi/memory/index.md
- corgi memory lint - Validate the memory store (frontmatter, names, links, no secrets)
- corgi memory list - List memory facts