Data Storage
Local Storage
your-project/
└── ContextPool/
└── fetched/
└── 2026-03-27T08-00-00Z/
├── abc123.summary.md ← full insights for one session
└── index.json ← metadata index for fast lookup# Session abc123
- **bug** ESM import fails silently in test runner — add "type": "module" to package.json
- **gotcha** reqwest needs rustls-tls feature on Alpine/ARM — default OpenSSL fails to link
- **decision** chose SQLite over Postgres — latency requirements don't justify the ops overheadStorage Locations
Flag / Command
Where summaries are written
Team Cache
Committing to Git
Disk Usage
Last updated
Was this helpful?