feat(miner): add local portfolio queue CLI - #3076
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
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 #3076 +/- ##
=======================================
Coverage 96.08% 96.08%
=======================================
Files 265 265
Lines 29077 29077
Branches 10588 10588
=======================================
Hits 27940 27940
Misses 493 493
Partials 644 644 🚀 New features to boost your workflow:
|
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-04 12:49:34 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.
|
Summary
gittensory-miner queue list|next|donecommands for inspecting and operating the portfolio backlog store.--jsonoutput for queue rows, atomic next-item claiming, and done marking.Follow-up to #2292 (portfolio queue foundation) and #3074 (ranked discovery enqueue).
Scope
type(scope): short summaryConventional Commit format (feat— new miner capability).Validation
npm run test:cilocally — CI will run the full gate on push.Safety
UI Evidence
Not applicable — miner CLI package only.
Notes
queuebefore the npm update check (same offline contract asstatus,doctor, andmanage status).queue nextatomically claims the highest-priority queued row;queue donefails closed withqueue_entry_not_foundwhen the row is absent.