LearnNewsExamplesServices
Frontmatter
id9910
titleAlgorithmically Discount BLOCKED_BY Nodes in DreamService Graph Ingestion
stateClosed
labels
enhancementaiarchitecture
assigneestobiu
createdAtApr 12, 2026, 1:09 PM
updatedAtApr 12, 2026, 1:17 PM
githubUrlhttps://github.com/neomjs/neo/issues/9910
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 12, 2026, 1:17 PM

Algorithmically Discount BLOCKED_BY Nodes in DreamService Graph Ingestion

Closedenhancementaiarchitecture
tobiu
tobiu commented on Apr 12, 2026, 1:09 PM

Context

Currently, DreamService.mjs natively boosts ANY OPEN issue via community multipliers and global tags. However, it fails to heavily penalize issues that are structurally blocked (e.g., targets of a BLOCKS edge). This led to a topological hallucination where issue-9299 was incorrectly boosted to the Native Graph's top priority despite failing prerequisites.

Architectural Requirements

  1. Discount Algorithm: Implement a discounting algorithm in DreamService.mjs::ingestIssueStates(). If an OPEN issue is in the blockedBy array or is structurally blocked, its baseWeight must be mathematically crushed (e.g., < 0.1).
  2. Topological Purity: We must accurately dethrone blocked issues from the Golden Path without deleting the tickets, enforcing true architectural dependency chains.

References

  • Origin Session ID: 13df674a-3593-4445-8bf3-0f0c184886c7
tobiu added the enhancement label on Apr 12, 2026, 1:09 PM
tobiu added the ai label on Apr 12, 2026, 1:09 PM
tobiu added the architecture label on Apr 12, 2026, 1:09 PM
tobiu referenced in commit 9532a34 - "feat(ai): Algorithmically discount weight of BLOCKED_BY nodes in DreamService (#9910) on Apr 12, 2026, 1:11 PM
tobiu cross-referenced by PR #9911 on Apr 12, 2026, 1:12 PM
tobiu assigned to @tobiu on Apr 12, 2026, 1:12 PM
tobiu referenced in commit 2505ffc - "feat: Algorithmically discount weight of BLOCKED_BY nodes in DreamService (#9910) (#9911) on Apr 12, 2026, 1:17 PM
tobiu closed this issue on Apr 12, 2026, 1:17 PM