chore(miner): migrate batch 4.1 foundational lib modules to TypeScript (#7309) - #7339
chore(miner): migrate batch 4.1 foundational lib modules to TypeScript (#7309)#7339bitfathers94 wants to merge 1 commit into
Conversation
JSONbored#7309) Convert batch 4.1 of the loopover-miner TypeScript migration (JSONbored#7309 / JSONbored#7290 Phase 4): claim-adjudication, governor-chokepoint-persisted, sentry, idea-feasibility, rejection-state-machine, attempt-worktree, portfolio-discovery, and process-lifecycle from plain .js + hand-maintained .d.ts to real .ts under the existing in-place tsc emit pipeline from JSONbored#7299. Regenerated .js / .d.ts via tsc so the published bin/lib layout and consumer import paths stay unchanged; zero behavior change. Added unit tests for the previously-uncovered validation and defensive-fallback branches these modules carried so the converted sources meet codecov/patch on their diff. Closes JSONbored#7309
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7339 +/- ##
=======================================
Coverage 91.04% 91.05%
=======================================
Files 714 714
Lines 72137 72159 +22
Branches 19391 19452 +61
=======================================
+ Hits 65679 65702 +23
+ Misses 5418 5417 -1
Partials 1040 1040
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Caution 🛑 LoopOver review result - fixes requiredReview updated: 2026-07-19 18:39:23 UTC
Review summary Nits — 5 non-blocking
CI 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 (CI is failing (validate, validate-tests-merge)). 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. |
chore(miner): migrate batch 4.1 foundational lib modules to TypeScript (#7309)
Convert batch 4.1 of the loopover-miner TypeScript migration (#7309 / #7290
Phase 4): claim-adjudication, governor-chokepoint-persisted, sentry,
idea-feasibility, rejection-state-machine, attempt-worktree,
portfolio-discovery, and process-lifecycle from plain .js + hand-maintained
.d.ts to real .ts under the existing in-place tsc emit pipeline from #7299.
Regenerated .js / .d.ts via tsc so the published bin/lib layout and consumer
import paths stay unchanged; zero behavior change. Added unit tests for the
previously-uncovered validation and defensive-fallback branches these modules
carried so the converted sources meet codecov/patch on their diff.
Closes #7309