mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-20 01:56:37 +03:00
The recorder deduplicated by arguments per run, not across runs, so the frozen call snapshot arrived with 12,208 lines (43% of 28,266) that repeat an earlier line byte for byte. Every one re-asserts what its first occurrence already asserts, and `crates/core/tests/vectors.rs` replays line by line with no count anywhere, so removing them changes nothing it checks: the replay still reports 8,321 pass, 0 fail. Duplicates were removed with `awk '!seen[$0]++'`, keeping first occurrences and file order, and every changed file was checked to equal that transform of its old contents. No line was added, reordered, or rewritten, and no vector file gained or lost a distinct call. The tree drops from 9.2 MB to 5.7 MB. Co-Authored-By: Claude Code <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vau2X53xGTjjTCXWMVBoNY
3 lines
900 B
JSON
3 lines
900 B
JSON
{"args":[{"candidates":[]}],"result":[]}
|
|
{"args":[{"candidates":[{"index":1,"labelText":"01","headingTag":"h2","headingText":"Alpha ships first"},{"index":2,"labelText":"02","headingTag":"h2","headingText":"Beta earns trust"},{"index":3,"labelText":"03","headingTag":"h2","headingText":"Gamma holds the line"},{"index":4,"labelText":"04 / ROLLOUT","headingTag":"h2","headingText":"Delta closes the loop"}]}],"result":[{"id":"numbered-section-labels","snippet":"tiny numbered label \"01\" beside h2 \"Alpha ships first\" (4 on page)"},{"id":"numbered-section-labels","snippet":"tiny numbered label \"02\" beside h2 \"Beta earns trust\" (4 on page)"},{"id":"numbered-section-labels","snippet":"tiny numbered label \"03\" beside h2 \"Gamma holds the line\" (4 on page)"},{"id":"numbered-section-labels","snippet":"tiny numbered label \"04 / ROLLOUT\" beside h2 \"Delta closes the loop\" (4 on page)"}]}
|