Allow overriding the accepted deny status codes for a single operation (some APIs return 200 with an error body — related to the body-detection issue).
Files: src/config/schema.ts, src/engine/evaluate.ts
Acceptance criteria
- Config can specify denyStatuses per operation, falling back to the global list.
- Unit test covering the override path.
Comment /assign to claim.
Allow overriding the accepted deny status codes for a single operation (some APIs return 200 with an error body — related to the body-detection issue).
Files:
src/config/schema.ts,src/engine/evaluate.tsAcceptance criteria
Comment
/assignto claim.