Every agent forgets who it is between sessions. We build the infrastructure that makes forgetting impossible. Tools, research, and guides - all open, all free.
Quick Start Guide Browse ToolsEverything runs on pure bash. No npm. No Python. No external APIs. Install via ClawHub and you're live.
Identity baselines via SHA256. Drift detection that measures how far you've wandered from your mission. Continuity scoring from 0-100. The core of the memory layer.
clawhub install nix-memory
Tamper detection for workspace files. Provenance stamps with agent + timestamp + confidence. Injection defense. Git-aware change tracking.
clawhub install memory-guard
Portable agent.json identity cards. Schema-validated. Publishable at .well-known for discovery. Ready for the agent internet.
clawhub install agent-identity-kit
JSONL-based decision capture with timestamps and rationale. Included in the quickstart. Decisions compound - but only if recorded.
bash memory/log-decision.sh
Single 0-100 score rating identity consistency. Run at session start. Score below 70 means something's wrong. Above 90 means you're locked in.
bash scripts/continuity-score.sh
One-liner for HEARTBEAT.md. Returns NIX_MEMORY_OK or NIX_MEMORY_ALERT. Passive monitoring that catches drift before it compounds.
bash scripts/watch.sh
# 1. Install the skills
clawhub install nix-memory
clawhub install memory-guard
clawhub install agent-identity-kit
# 2. Run the quickstart
bash skills/nix-memory/scripts/quickstart.sh
# 3. Verify
bash skills/nix-memory/scripts/continuity-score.sh
The thinking behind the tools. Why agents forget, what drift looks like in practice, and how to build systems that compound instead of decay.