chore(queue): remove 3 orphaned imports from processors.ts - #4970
Conversation
isActingAutonomyLevel, applyModerationEscalationForRule, and checkSummaryText (aliased checkFailureSummaryText) have no remaining call sites -- leftover from an earlier module extraction. SlopBand still has a real use site and is left in place.
|
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 #4970 +/- ##
=======================================
Coverage 94.26% 94.26%
=======================================
Files 448 448
Lines 38900 38900
Branches 14172 14172
=======================================
Hits 36669 36669
Misses 1574 1574
Partials 657 657
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-11 04:53:42 UTC
⏸️ Suggested Action - Manual Review
Review summary Blockers
Nits — 5 non-blocking
Concerns raised — review before merging
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
as `checkFailureSummaryText`) have zero remaining call sites in `src/queue/processors.ts` -- leftover
from an earlier module extraction (refactor(queue): split processors.ts into cohesive modules #4013). `SlopBand` was also checked and still has a real use site, so
it's left in place.
Test plan