/memory
Persistent project memory. Tiny key-value store.
When to use
- Capturing a decision the agent should remember next session
- Convention notes, gotchas, where the bodies are buried
Commands
dragoon memory list
dragoon memory get auth-pattern
dragoon memory set auth-pattern "token from cookie, not header"
dragoon memory remove auth-pattern
dragoon memory clear --yes
Limits
- max 256 keys
- max 8KB per value
- keys: lowercase ascii, plus
._-, max 64 chars