The Command Library
Copy, paste, run. Every pipeline command from this guide: parse, smart-sort, inject, purge, and verify.
Straight from the guide
Terminal · Claude Code1. Parse backups (Rust)
mem-inject.exe parse <backups>Terminal · Claude Code2. Smart-sort and inject
python stages/smart_sort_async.py records.json --no-dry-run --out items.jsonl --concurrency 12 --cost-cap 8.0 --hindsight http://localhost:8888/v1/defaultTerminal · Claude Code3. Purge bad run (reversible)
python stages/purge_bad_run.py --bank cody --tag chat-historyTerminal · Claude Code4. Verify live spread
python stages/verify_spread.pyPipeline
Terminal · Claude Code1. Parse backups (Rust)
mem-inject.exe parse <backups>Terminal · Claude Code2. Smart-sort and inject
python stages/smart_sort_async.py records.json --no-dry-run --out items.jsonl --concurrency 12 --cost-cap 8.0 --hindsight http://localhost:8888/v1/defaultTerminal · Claude Code3. Purge bad run (reversible)
python stages/purge_bad_run.py --bank cody --tag chat-historyTerminal · Claude Code4. Verify live spread
python stages/verify_spread.py