Context
The MCP tool loopover_simulate_open_pr_pressure (src/mcp/server.ts:1981) is deterministic, public-safe, and read-only — no repo access required, no GitHub writes. No REST route or CLI mirror exists.
Requirements
- Add
POST /v1/lint/open-pr-pressure (or similar) exposing the same deterministic ranking.
- 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
Open-PR-pressure simulation is 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_simulate_open_pr_pressure(src/mcp/server.ts:1981) is deterministic, public-safe, and read-only — no repo access required, no GitHub writes. No REST route or CLI mirror exists.Requirements
POST /v1/lint/open-pr-pressure(or similar) exposing the same deterministic ranking.Deliverables
POST /v1/lint/open-pr-pressurerouteTest 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
Open-PR-pressure simulation is available over REST/CLI, matching the other deterministic lint tools' parity.
Links & Resources
Precedent:
POST /v1/lint/slop-risk+slopRiskCli.