Some APIs return 200 with a body like { "error": "forbidden" }. Add optional body matchers so those are not reported as false FAILs.
Files: src/config/schema.ts, src/engine/evaluate.ts, src/engine/replay.ts
Acceptance criteria
- Config can declare body patterns that count as a denial.
- Evaluation uses them; tests cover match and no-match.
Comment /assign to claim.
Some APIs return
200with a body like{ "error": "forbidden" }. Add optional body matchers so those are not reported as false FAILs.Files:
src/config/schema.ts,src/engine/evaluate.ts,src/engine/replay.tsAcceptance criteria
Comment
/assignto claim.