LearnNewsExamplesServices
Frontmatter
id9971
title[Agent OS] Downgrade "status: needs-re-triage" priority in DreamService
stateClosed
labels
enhancementai
assigneestobiu
createdAtApr 13, 2026, 3:27 PM
updatedAtApr 14, 2026, 12:32 AM
githubUrlhttps://github.com/neomjs/neo/issues/9971
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 13, 2026, 3:47 PM

[Agent OS] Downgrade "status: needs-re-triage" priority in DreamService

Closedenhancementai
tobiu
tobiu commented on Apr 13, 2026, 3:27 PM

🎯 Objective

Update the DreamService SQLite weighting and queue generation logic to heavily downrank or isolate tickets labeled status: needs-re-triage.

🧠 Architectural Rationale

Our new ticket-intake skill (#9969) empowers agents to formally reject stale or mathematically regressive tickets (Negative ROI) by assigning them the needs-re-triage label rather than brutally closing them. This guarantees the architectural anomaly is preserved for human review. However, if DreamService continues to feed these labeled tickets to the top of the swarm execution loop, the autonomous agents will enter an infinite cycle of validation/rejection.

📋 Scope

  1. Identify the queue extraction logic within DreamService.mjs (the QueryReRanker / SQL execution layer).
  2. Establish a massive negative numerical weight penalty for issues containing the needs-re-triage label payload.
  3. Validate through runSandman.mjs that flagged tickets sink below the operational execution threshold while remaining available for analytical review.
tobiu added the enhancement label on Apr 13, 2026, 3:27 PM
tobiu added the ai label on Apr 13, 2026, 3:27 PM
tobiu referenced in commit a61daa9 - "feat: Implement needs-re-triage negative ROI downgrade in DreamService (#9971)" on Apr 13, 2026, 3:45 PM
tobiu cross-referenced by PR #9972 on Apr 13, 2026, 3:45 PM
tobiu referenced in commit 2072154 - "feat: Implement needs-re-triage negative ROI downgrade in DreamService (#9971) (#9972)" on Apr 13, 2026, 3:47 PM
tobiu closed this issue on Apr 13, 2026, 3:47 PM
tobiu assigned to @tobiu on Apr 14, 2026, 12:32 AM