- bench_baseline.md: Phase 2 numbers vs Phase 1. Decode/hash counters
byte-exact unchanged (micro 2/2, macro 6/5), throughput equal-or-better.
occupied_mem_delta flat by design (retained-memory metric dominated by
archive-stored messages; refc frees the eliminated transient copies
deterministically so they never accumulate). No residual deep-copy bug.
- phase2_mutation_audit.md: classification of every field-mutation and
nil-safety sweep hit (FINE vs FIXED).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Records the micro + macro baseline (Apple M4, macOS 26.5, refc, Nim
2.2.4) with both scenarios' verbatim output, CSV, per-node decode/hash
breakdown, and the Phase 1 acceptance verdict. Validates the analysis:
receiver decodes the same proto bytes 4x, aggregate 6 decodes / 5 hashes
per relayed message; micro determinism 4.03% (<5%).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>