| name | run-compliance-tests |
| description | Run the full DoD/federal compliance test suite and report results |
| disable-model-invocation | true |
Run all compliance-critical test suites and report pass/fail status:
- DoD FMR Rule Tests:
npx vitest run src/lib/engine/rules/dod_fmr/ --reporter=verbose
- Federal Accounting Tests:
npx vitest run src/lib/engine/federal-accounting/ --reporter=verbose
- DoD Parameter Tests:
npx vitest run src/lib/engine/tax-parameters/ --reporter=verbose
- Federal Report Tests:
npx vitest run src/lib/reports/ --reporter=verbose
- Security Module Tests:
npx vitest run src/lib/security/ --reporter=verbose
Report each suite with PASS/FAIL status and any failing test names.