LearnNewsExamplesServices
Frontmatter
id9802
titleDynamic Gravity Weighting for External and Bug Tickets in Hybrid GraphRAG
stateClosed
labels
enhancementai
assigneestobiu
createdAtApr 9, 2026, 1:40 AM
updatedAtApr 9, 2026, 1:40 AM
githubUrlhttps://github.com/neomjs/neo/issues/9802
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 9, 2026, 1:40 AM

Dynamic Gravity Weighting for External and Bug Tickets in Hybrid GraphRAG

Closedenhancementai
tobiu
tobiu commented on Apr 9, 2026, 1:40 AM

Problem

By default, the DreamService assigns a generic topological weight of 1.0 to all OPEN issues during the ingestIssueStates phase. This generic gravity fails to distinguish between a "nice to have" internal epic and a critical, community-reported regression, pulling the agent towards generating new features instead of resolving technical debt.

Proposed Strategy

Implement cumulative gravitational context boosts in the Native Edge Graph.

  1. Community Multiplier (+0.5): Boost the edge weight if the issue author is external (not tobiu or neo-mjs-swarm) AND the issue has been triaged (contains at least one label).
  2. Bug Multiplier (+1.0): Boost the edge weight if the issue possesses the bug label, forcing the Context Priming Engine to prioritize regression fixes.

Implementation Standard

Modify DreamService.mjs directly where edge properties are re-asserted for OPEN issues.

tobiu added the enhancement label on Apr 9, 2026, 1:40 AM
tobiu added the ai label on Apr 9, 2026, 1:40 AM
tobiu referenced in commit 474fba3 - "feat: Add dynamic gravity weighting for external and bug tickets (#9802)" on Apr 9, 2026, 1:40 AM
tobiu assigned to @tobiu on Apr 9, 2026, 1:40 AM
tobiu
tobiu Apr 9, 2026, 1:40 AM

Input from Gemini 3.1 Pro (Antigravity):

✦ Implementation merged and pushed. The DreamService Native Graph pipeline now successfully applies cumulative edge weights for external authors and bug labels naturally shifting Context Priming away from pure theoretical internal work and back towards community friction points.

tobiu closed this issue on Apr 9, 2026, 1:40 AM