Good first issue — add test fixtures.
The business rules module (business rules ver 1.0/) has deterministic policy gates. Add edge-case test scenarios for:
- Ambiguous booking requests
- Payment confirmation boundaries
- Refund eligibility checks
All fixtures must use fake data only. The goal is to expand coverage of the deterministic rules so more edge cases are caught before any LLM call.
Acceptance:
- New test cases in
business rules ver 1.0/test/
npm test passes
- No real data
Good first issue — add test fixtures.
The business rules module (
business rules ver 1.0/) has deterministic policy gates. Add edge-case test scenarios for:All fixtures must use fake data only. The goal is to expand coverage of the deterministic rules so more edge cases are caught before any LLM call.
Acceptance:
business rules ver 1.0/test/npm testpasses