Context
The MCP tool loopover_suggest_boundary_tests (src/mcp/server.ts:2144) is advisory-only, deterministic, and same no-repo-access tier as the other lint tools (confirmed via grep for "boundary" in src/api/routes.ts returning nothing). No REST route or CLI mirror exists.
Requirements
- Add
POST /v1/lint/boundary-tests.
- Add a CLI subcommand.
Deliverables
Test Coverage Requirements
99%+ Codecov patch coverage on every changed line and branch in the new route/tool/CLI code, plus a test asserting output parity between the mirrored surfaces for identical input.
Expected Outcome
Boundary-test suggestions are available over REST/CLI, matching the other deterministic lint tools' parity.
Links & Resources
Precedent: POST /v1/lint/slop-risk + slopRiskCli.
Context
The MCP tool
loopover_suggest_boundary_tests(src/mcp/server.ts:2144) is advisory-only, deterministic, and same no-repo-access tier as the other lint tools (confirmed via grep for "boundary" insrc/api/routes.tsreturning nothing). No REST route or CLI mirror exists.Requirements
POST /v1/lint/boundary-tests.Deliverables
POST /v1/lint/boundary-testsrouteTest Coverage Requirements
99%+ Codecov patch coverage on every changed line and branch in the new route/tool/CLI code, plus a test asserting output parity between the mirrored surfaces for identical input.
Expected Outcome
Boundary-test suggestions are available over REST/CLI, matching the other deterministic lint tools' parity.
Links & Resources
Precedent:
POST /v1/lint/slop-risk+slopRiskCli.