pdftract/.marathon
jedarden 9628a2b77c fix(marathon): forbid ad-hoc bare cargo test, mandate nextest filters
A bare `cargo test --package pdftract-core --lib buffer` hung and stalled the
marathon ~5h on 2026-05-25, bypassing the nextest terminate-after guard. The
instruction only banned bare cargo test at the final gate, not for narrow/iterative
runs — which is exactly where the trap is.

instruction.md: extend the ban to narrow/iterative runs and document the nextest
filter equivalents (-E 'test(...)', -p <crate> <filter>).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-25 19:45:42 -04:00
..
.gitignore feat(pdftract-3s2i): implement Phase 5.5.2 validation filter 2026-05-24 04:57:17 -04:00
instruction.md fix(marathon): forbid ad-hoc bare cargo test, mandate nextest filters 2026-05-25 19:45:42 -04:00
start.sh feat(pdftract-3s2i): implement Phase 5.5.2 validation filter 2026-05-24 04:57:17 -04:00