| name | search-memory |
| description | Search past sessions and facts |
Search Memory
Search through saved facts and session history.
Usage
/memory-keeper:search-memory [query]
Actions
Search with query:
node "scripts/counter.js" search "query"
Search with filters:
node "scripts/counter.js" search --type=architecture
node "scripts/counter.js" search --concept=authentication
node "scripts/counter.js" search --file=src/auth
node "scripts/counter.js" search "react" --type=technology --concept=frontend
Show summary (no query):
node "scripts/counter.js" search
Output:
[MEMORY_KEEPER] Memory Summary:
Decisions: 5
Patterns: 3
Issues: 2
Sessions: 12
Decision types: architecture(2), technology(3)
Concepts: authentication, state-management, testing...
Examples
node scripts/counter.js search --type=architecture
node scripts/counter.js search --concept=authentication
node scripts/counter.js search --file=counter.js
node scripts/counter.js search "hooks"
Notes