Frontmatter
| id | 10006 |
| title | DreamService: Semantic Edge Injection into Native Graph |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | [] |
| createdAt | Apr 14, 2026, 5:16 PM |
| updatedAt | Apr 16, 2026, 8:44 PM |
| githubUrl | https://github.com/neomjs/neo/issues/10006 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 10014 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [x] 10002 Universal Macro Overlay DB Topology |
| blocking | [] |
| closedAt | Apr 16, 2026, 8:44 PM |
DreamService: Semantic Edge Injection into Native Graph
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
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
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
DreamServiceto iterate through isolated nodes (e.g., newly ingested GitHub Tickets, Pull Requests, or orphaned Source files).neo-knowledge-base-macrocollection to find mathematically adjacent artifacts.INSERTcommands to physically link the nodes in the SQLite Native Edge Graph (e.g.,Ticket Node->semantic_link->Guide Node).get_context_frontier).