LearnNewsExamplesServices
Frontmatter
id10006
titleDreamService: Semantic Edge Injection into Native Graph
stateClosed
labels
enhancementaiarchitecture
assignees[]
createdAtApr 14, 2026, 5:16 PM
updatedAtApr 16, 2026, 8:44 PM
githubUrlhttps://github.com/neomjs/neo/issues/10006
authortobiu
commentsCount1
parentIssue10014
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[x] 10002 Universal Macro Overlay DB Topology
blocking[]
closedAtApr 16, 2026, 8:44 PM

DreamService: Semantic Edge Injection into Native Graph

Closed v13.0.0/archive-v13-0-0-chunk-4 enhancementaiarchitecture
tobiu
tobiu commented on Apr 14, 2026, 5:16 PM

Objective

Augment the Native Edge Graph by automatically injecting physical edges (relates_to, impacts) between autonomous structural nodes based on their macroscopic semantic distance.

Tasks

  1. Refactor DreamService to iterate through isolated nodes (e.g., newly ingested GitHub Tickets, Pull Requests, or orphaned Source files).
  2. Execute vector distance queries against the neo-knowledge-base-macro collection to find mathematically adjacent artifacts.
  3. If the semantic distance falls below a high-confidence threshold, execute database INSERT commands to physically link the nodes in the SQLite Native Edge Graph (e.g., Ticket Node -> semantic_link -> Guide Node).
  4. Ensure these semantic edges are distinguishable from structural/parse-based edges so they can be filtered or weighted during context priming (get_context_frontier).
tobiu added the enhancement label on Apr 14, 2026, 5:16 PM
tobiu added the ai label on Apr 14, 2026, 5:16 PM
tobiu added the architecture label on Apr 14, 2026, 5:16 PM
tobiu added parent issue #9999 on Apr 14, 2026, 5:16 PM
tobiu cross-referenced by #10014 on Apr 14, 2026, 6:43 PM
tobiu removed parent issue #9999 on Apr 14, 2026, 6:44 PM
tobiu added parent issue #10014 on Apr 14, 2026, 6:44 PM
tobiu marked this issue as being blocked by #10002 on Apr 14, 2026, 6:44 PM
tobiu
tobiu Apr 16, 2026, 8:44 PM

Superseded by Epic #10030. Edges will be formed via explicit concept nodes instead of native semantic distance overlays.

tobiu closed this issue on Apr 16, 2026, 8:44 PM