Releases: DomVinyard/clawlike-code
Releases · DomVinyard/clawlike-code
Release list
v0.1.0 — Initial release
Persistent memory for Claude Code. Contract-aware routing across a canonical 8-file memory tree (IDENTITY, SOUL, AGENTS, USER, TOOLS, MEMORY, PHYSICS, MAP). Inspired by openclaw and CoALA.
Plumbing
- SessionStart hook injects a
<persistent-memory>envelope built from.clawlike/context/*.md(methodology + per-file<layer>blocks parsed from each file'scontract:frontmatter) - Stop hook: transcript writer, one-paragraph Haiku summariser (on final stop), Haiku safety-net classifier (on first stop with 10s cooldown)
- Classifier uses Claude Code's session ingress token — no external API key, no Cloudflare, same Max billing as the parent session
- Runtime state lives in
$XDG_CACHE_HOME/clawlike-code/. Zero footprint in the consumer repo beyond.clawlike/.
Plugin surfaces
- Slash commands:
/clawlike-code:init,/clawlike-code:status,/clawlike-code:search - Auto-invoked
memoryskill teaches the CoALA taxonomy + contract routing - 8-file starter set copied by
/clawlike-code:init
See README for the full architecture, comparison table, and trade-offs.