You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(mcp,cli): reduce redundancy on memory tree/fetch output formats (#9)
## Summary
Reduce redundancy on `MemoryFetch`, `MemoryTree` and `remindb inspect
--tree` output formats.
## Self-review
### Verified
- [x] Tested manually via CLI or local MCP plugin install
- [x] Ran the test suite with fuzzing (`make test-all`, `make fuzz`)
### Touched
- [x] **MCP tools or public skills** — code and skill stay in sync
(`skills/remind/`, `skills/memoize/`)
- [ ] **Temperature config** — both public skills reflect new values
- [ ] **Parser** — fuzz target covers the change
- [ ] **Schema or migrations** — FTS5 triggers in sync
- [ ] **Write path** — each write tool call still produces exactly one
snapshot
- [ ] **Client output format** — unchanged, or breaking change noted in
summary
- [x] **CLI** — user-facing changes documented in summary
A fresh compile starts every node at `temp=0.50`. The spread above is what an agent sees after a few sessions of reading. *Architecture* is hot because the agent keeps coming back to it. *Observability* has gone cold and will get flagged for summarization on the next nudge.
0 commit comments