feat(engine): add ENGINE_VERSION semver pin - #3475
Conversation
Closes JSONbored#2284 Co-authored-by: Cursor <cursoragent@cursor.com>
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-05 08:53:50 UTC
⏸️ Suggested Action - Manual Review Review summary Nits — 5 non-blocking
Review context
Contributor next steps
Signal definitions
🟩 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 Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3475 +/- ##
=======================================
Coverage 93.03% 93.03%
=======================================
Files 298 299 +1
Lines 31203 31204 +1
Branches 11386 11386
=======================================
+ Hits 29029 29030 +1
Misses 1518 1518
Partials 656 656
🚀 New features to boost your workflow:
|
Closes #2284
Summary
ENGINE_VERSIONin@jsonbored/gittensory-engine, kept in lockstep withpackage.jsonversionvia vitest.packages/gittensory-engine/README.md.PredictedGateVerdict.engineVersionwiring is deferred until predicted-gate types land in the engine package (feat(miner-foundation): extract predicted-gate types into gittensory-engine #2276).Test plan
COVERAGE_NO_THRESHOLDS=1 npx vitest run test/unit/engine-version.test.ts --coveragenpx diff-cover coverage/lcov.info --compare-branch=main --fail-under=99→ 100%npm run build --workspace @jsonbored/gittensory-engine && npm run build:minerMade with Cursor