QA Infrastructure Falsification Tests
Attempts to falsify the claims made about the QA infrastructure (PMAT-098 Red Team):
- Hang detection reliability
- Garbage detection completeness
- Server lifecycle cleanup
- Matrix integrity (27-test coverage)
- Answer verification brittleness
Run
cargo run --example qa_falsify
Source
// Run this example:
// cargo run --example qa_falsify
//
// See the CLI reference and source code in crates/ for implementation details.