Automatic render-divergence report (shadow verifier)
The live dmux-rs grid diverged from tmux's authoritative grid for the same pane. All evidence is stored as raw files in the linked secret gist — fetch them raw (byte-exact); nothing machine-read is inlined here because GitHub transforms issue markdown.
| field |
value |
| build |
dmux-rs dev (dc92999) |
| pane |
omarchy (87x57) |
| differing cells |
6 |
| first diff at |
(7,0) |
| deterministic replay |
yes |
Incident gist: https://gist.github.com/andrew-boyd/f864dafe86b3039e56e31bf3b8dfe222
Gist files:
incident.txt — full bundle (both grids, diffs, seed-anchored byte stream)
our-grid.txt — dmux-rs grid text
tmux-capture.txt — tmux capture-pane -epqN output, escaped
first-diffs.txt — differing cells
Fetch + replay:
gh gist view <gist-id> --filename incident.txt --raw > incident.txt
dmux-rs --replay-incident incident.txt
Fix loop: --replay-incident to reproduce → patch → add the bundle to crates/dmux/tests/corpus/ → release. Filed automatically; deduped per pane per process lifetime.
Automatic render-divergence report (shadow verifier)
The live dmux-rs grid diverged from tmux's authoritative grid for the same pane. All evidence is stored as raw files in the linked secret gist — fetch them raw (byte-exact); nothing machine-read is inlined here because GitHub transforms issue markdown.
dmux-rs dev (dc92999)omarchy(87x57)(7,0)Incident gist: https://gist.github.com/andrew-boyd/f864dafe86b3039e56e31bf3b8dfe222
Gist files:
incident.txt— full bundle (both grids, diffs, seed-anchored byte stream)our-grid.txt— dmux-rs grid texttmux-capture.txt— tmuxcapture-pane -epqNoutput, escapedfirst-diffs.txt— differing cellsFetch + replay:
gh gist view <gist-id> --filename incident.txt --raw > incident.txtdmux-rs --replay-incident incident.txtFix loop:
--replay-incidentto reproduce → patch → add the bundle tocrates/dmux/tests/corpus/→ release. Filed automatically; deduped per pane per process lifetime.