List memories with optional filters
List all active memories, with optional filtering.
/ccmem-list [options]
--project — Only show memories scoped to current project--global — Only show global memories--confidence <N> — Minimum confidence threshold (e.g., 0.5)--type <type> — Filter by type (preference, pattern, workflow, correction)--tag <tag> — Filter by tag--limit <N> — Limit number of results-v or --verbose — Show descriptionsccmem list with filtersSummary view (default):
ID | Title | Conf | Type | Scope
--------------------------------------|--------------------------|------|------------|--------
2026-01-29T10-30-00-prefer-pnpm | Prefer pnpm over npm | 0.85 | preference | global
2026-01-30T14-00-00-test-before-commit| Test before committing | 0.70 | workflow | project
Verbose view (-v): Includes description snippet for each memory.
/ccmem-list
→ Shows all active memories
/ccmem-list --project
→ Shows only current project's memories
/ccmem-list --confidence 0.8
→ Shows high-confidence memories only
/ccmem-list --type workflow -v
→ Shows workflow memories with descriptions
ccmem list [--project] [--global] [--confidence N] [--type TYPE] [--tag TAG] [--limit N]