memory-harness

Installation
SKILL.md

Memory Harness

Record, replay, and benchmark real agent sessions against do-memory-cli.

Modes

Mode Purpose Command
record Capture live session as JSON trace During normal agent work
replay Replay traces, measure latency CI, benchmarking
evaluate Run N traces, measure learning Quality gates

Record Mode

# Create trace file
TRACE_DIR=".memory-traces"
mkdir -p "$TRACE_DIR"
TRACE_FILE="$TRACE_DIR/$(date +%Y%m%d-%H%M%S)-$(echo "$TASK" | tr ' ' '-' | head -c 40).json"
Installs
9
GitHub Stars
12
First Seen
Apr 18, 2026
memory-harness — d-o-hub/rust-self-learning-memory