claw-code/rust/crates/tools
Ubuntu 373fc4eeb4 feat: add persistent auto-memory system
Implement a file-based persistent memory system that allows the AI to
retain knowledge about users, feedback, projects, and references across
sessions. Memory files use YAML frontmatter with markdown body, stored
at ~/.claw/projects/<workspace-hash>/memory/.

Key components:
- MemoryStore data layer with FNV-1a workspace fingerprinting
- MemoryRead/MemoryWrite tools with security hardening (path traversal,
  symlink, absolute path, and size limit protections)
- System prompt injection of MEMORY.md index with prompt injection
  mitigation (fenced code block + trust-lowering notice)
- autoMemoryEnabled config option (defaults to true)
- Doctor health check for auto-memory state
- /memory command enhancement showing persistent memory info

Tested end-to-end with Zhipu GLM-4-Flash via OpenAI-compatible routing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-09 08:46:31 +00:00
..
src feat: add persistent auto-memory system 2026-06-09 08:46:31 +00:00
tests Keep G002 path-scope tests aligned with enforced denials 2026-05-14 17:33:47 +09:00
.gitignore fix: auto compaction threshold default 200k tokens 2026-04-01 03:55:00 +00:00
Cargo.toml feat(tools): add LoggingAspect to unified tool dispatch entry point 2026-05-25 11:22:45 +09:00
GIT_TOOLS_README.md feat: git-aware context tools 2026-05-25 11:24:37 +09:00