feat(engine): add resolvePlanOverallStatus plan DAG helper - #3567
Conversation
Closes JSONbored#2298 Mirrors planProgress status field for coarse plan state. 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 17:30:56 UTC
⏸️ Suggested Action - Manual Review Review summary Nits — 6 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 #3567 +/- ##
=======================================
Coverage 93.11% 93.11%
=======================================
Files 305 306 +1
Lines 31532 31547 +15
Branches 11509 11513 +4
=======================================
+ Hits 29361 29376 +15
Misses 1517 1517
Partials 654 654
🚀 New features to boost your workflow:
|
Summary
resolvePlanOverallStatus(plan)— returns coarse plan status (pending|running|completed|failed|blocked)planProgress'sstatusfield; exportsPlanOverallStatustype from the barrelCloses #2298
Test plan
npx vitest run test/unit/plan-overall-status.test.ts --coverage(100% patch via diff-cover)npm run build --workspace @jsonbored/gittensory-engine && npm run build:minerMade with Cursor