chore(mcp): add tsc pipeline and convert Phase 1 small libs to TypeScript - #7398
chore(mcp): add tsc pipeline and convert Phase 1 small libs to TypeScript#7398RealDiligent wants to merge 1 commit into
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
…ript Prove @loopover/mcp's real tsc build (mirroring miner JSONbored#7299) against the four smallest utilities only. local-branch stays plain JS until Phase 2 has patch coverage above the 99% bar. Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (88.88%) 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 #7398 +/- ##
==========================================
- Coverage 91.20% 91.20% -0.01%
==========================================
Files 716 716
Lines 72758 72765 +7
Branches 20775 20799 +24
==========================================
+ Hits 66361 66366 +5
+ Misses 5355 5350 -5
- Partials 1042 1049 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Caution 🛑 LoopOver review result - reject/close recommendedReview updated: 2026-07-20 05:19:03 UTC
Review summary Blockers
Nits — 5 non-blocking
Why this is blocked
📋 Copy for AI agents — paste into your coding agentCI checks failing
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
|
LoopOver is closing this pull request on the maintainer's behalf (Linked issue #7328 is assigned to the maintainer (@JSONbored) — that work is reserved for the maintainer, so this PR cannot be auto-accepted.). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
Summary
packages/loopover-mcp/tsconfig.jsonand a realbuild:tsc/build:verifypipeline (mirrors miner Phase 1 / chore(miner): add a real tsc build pipeline for loopover-miner (#7290) #7299).cli-error,format-table,redact-local-path,telemetry(in-place.js/.d.tsemit).lib/local-branch.jsas plain JS (Phase 2 / chore(mcp): convert lib/local-branch.js to TypeScript (Phase 2 of #7291) #7329) — prior attempts failedcodecov/patchat ~67% on that file.tscclean, MCP build+verify,git diff --check, unit tests, simulated patch coverage 100% (58/58) on converted.tssources.Closes #7328
Supersedes #7396 / #7397 (closed for whitespace/lockfile/codecov on the larger Phase 1+2 scope).
Test plan
npm --workspace @loopover/mcp run buildnpm run typecheckgit diff --checkmcp-cli-error,mcp-package-skeleton,format-table,redact-local-path,mcp-local-telemetryMade with Cursor