openclaw/extensions/memory-claudemem
Alex Newman 0cefba22fe feat(memory-claudemem): implement progressive disclosure tools
Add two memory tools following claude-mem's 3-layer pattern:
- memory_search: Layer 1, compact results (~50-100 tokens)
  Returns [#id] title for filtering
- memory_observations: Layer 3, full details (~500-1000 tokens)
  Returns narrative with files_modified

Both use @sinclair/typebox for schema definition.

Part of claude-mem integration (Phase 5/7).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 14:10:09 -05:00
..
clawdbot.plugin.json feat(memory-claudemem): scaffold plugin structure 2026-01-28 14:04:28 -05:00
client.ts feat(memory-claudemem): implement HTTP client 2026-01-28 14:05:23 -05:00
config.ts feat(memory-claudemem): scaffold plugin structure 2026-01-28 14:04:28 -05:00
index.ts feat(memory-claudemem): implement progressive disclosure tools 2026-01-28 14:10:09 -05:00
package.json feat(memory-claudemem): scaffold plugin structure 2026-01-28 14:04:28 -05:00
types.ts feat(memory-claudemem): scaffold plugin structure 2026-01-28 14:04:28 -05:00