Frontmatter
| id | 9910 |
| title | Algorithmically Discount BLOCKED_BY Nodes in DreamService Graph Ingestion |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Apr 12, 2026, 1:09 PM |
| updatedAt | Apr 12, 2026, 1:17 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9910 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 12, 2026, 1:17 PM |
Algorithmically Discount BLOCKED_BY Nodes in DreamService Graph Ingestion
Closedenhancementaiarchitecture
Context
Currently,
DreamService.mjsnatively 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 aBLOCKSedge). This led to a topological hallucination whereissue-9299was incorrectly boosted to the Native Graph's top priority despite failing prerequisites.Architectural Requirements
DreamService.mjs::ingestIssueStates(). If anOPENissue is in theblockedByarray or is structurally blocked, itsbaseWeightmust be mathematically crushed (e.g.,< 0.1).References