Add a JUnit XML reporter so CI systems render findings as failed test cases.
Files: new src/report/junit.ts, wire a --junit <file> flag in src/cli.ts
Acceptance criteria
- Each FAIL becomes a failed testcase; PASS becomes a passing one.
- Valid JUnit XML (opens in common CI viewers).
- A small unit test of the serializer.
Comment /assign to claim.
Add a JUnit XML reporter so CI systems render findings as failed test cases.
Files: new
src/report/junit.ts, wire a--junit <file>flag insrc/cli.tsAcceptance criteria
Comment
/assignto claim.