-
-
Notifications
You must be signed in to change notification settings - Fork 89
REST + CLI mirror for loopover_check_test_evidence #6749
Copy link
Copy link
Closed
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Context
The MCP tool
loopover_check_test_evidence(src/mcp/server.ts:2122, viacheckTestEvidenceatsrc/mcp/server.ts:3653-3676) is the same deterministic-lint tier asloopover_check_slop_risk(rate-limit-only gate, pureclassifyTestCoverage/hasLocalTestEvidencecomputation). No REST route or CLI mirror exists.Requirements
POST /v1/lint/test-evidencedelegating to the same classification logic.test-evidenceCLI subcommand.Deliverables
POST /v1/lint/test-evidenceroutetest-evidenceCLI subcommandTest 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
Test-evidence checks are available over REST/CLI, matching the other deterministic lint tools' parity.
Links & Resources
Precedent:
POST /v1/lint/slop-risk+slopRiskCli.