feat(mcp): add gittensory_check_test_evidence tool (#2235) - #3770
Closed
kiannidev wants to merge 2 commits into
Closed
feat(mcp): add gittensory_check_test_evidence tool (#2235)#3770kiannidev wants to merge 2 commits into
kiannidev wants to merge 2 commits into
Conversation
Expose the deterministic changed-path test-evidence classifier as a metadata-only MCP tool with coverage-gap guidance. Co-authored-by: Cursor <cursoragent@cursor.com>
Calibration module files under lib/calibration/ must pass check-miner-package after JSONbored#2332. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (92.85%) is below the target coverage (99.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #3770 +/- ##
=======================================
Coverage ? 93.29%
=======================================
Files ? 318
Lines ? 32396
Branches ? 11877
=======================================
Hits ? 30225
Misses ? 1537
Partials ? 634
🚀 New features to boost your workflow:
|
This was referenced Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
buildCheckTestEvidenceReportand registersgittensory_check_test_evidenceon the hosted/mcpWorker — metadata-only coverage-gap classification + guidance from changed paths and optional test paths (feat(mcp): add gittensory_check_test_evidence tool (deterministic coverage-gap self-check) #2235).scripts/check-miner-package.mjsto allow nestedlib/*/subdirectories (required after the chore(miner-selfimprove): scaffold packages/gittensory-miner calibration module directory + shared types #2332 calibration module landed — unblocks CIcheck-miner-packagefor all PRs).Closes #2235
Conflict avoidance
Touches
src/mcp/check-test-evidence.ts,src/mcp/server.ts,scripts/check-miner-package.mjs, and unit tests only — no overlap with open PRs (#3765 ci.yml, #3764 deps, #3763 path-matchers, #3760/#3755/#3721/#3698 processors, #3724 local-branch, #3712 visual).Test plan
npx vitest run test/unit/mcp-check-test-evidence.test.ts test/unit/check-miner-package.test.tsnpm run typecheckMade with Cursor