Mneme now has a single wrapper script for routine maintenance.
scripts/mneme_run.py
Runs the Mneme flow in one shot:
- memory health check
- secret scan (or scrub if
--apply-scrubis used) - drift detection
- ingest raw evidence
- compile from raw evidence
./scripts/mneme_run.py --root ~/.openclaw/workspace --out ./.mneme-pack
./scripts/mneme_run.py --root ~/.openclaw/workspace --skip-compile
./scripts/mneme_run.py --root ~/.openclaw/workspace --apply-scrub --json
./scripts/mneme.py run --root ~/.openclaw/workspace --out ./.mneme-pack- default scrub mode is scan-only
- compile output should usually stay out of git
- non-zero exit means Mneme found something that needs attention