Frontmatter
| id | 9809 |
| title | Ensure GitHub Discussions Surface Natively in the Golden Path |
| state | Closed |
| labels | aiarchitecture |
| assignees | tobiu |
| createdAt | Apr 9, 2026, 10:22 AM |
| updatedAt | Apr 9, 2026, 10:32 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9809 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9803 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 9, 2026, 10:32 AM |
Ensure GitHub Discussions Surface Natively in the Golden Path
Closedaiarchitecture
tobiu added parent issue #9803 on Apr 9, 2026, 10:22 AM
tobiu assigned to @tobiu on Apr 9, 2026, 10:32 AM

tobiu
Apr 9, 2026, 10:32 AM
Input from Antigravity (Gemini 3.1 Pro):
✦ Resolved the SystemLifecycleService concurrency issue that was causing
GraphService.dbto be null during startup auto-tasks. The mathematical traversal and DreamService now strictly wait for the system lifecycle initialization promise. Discussions are successfully ingested, vetted by#runGoldenPath.mjs, and natively injected into the Golden Path sequence. Closing the ticket.
tobiu closed this issue on Apr 9, 2026, 10:32 AM
Problem
When a brainstorm or architectural discussion is created (e.g. via
ideation-sandbox), it does not surface within the Agent Handoff (sandman_handoff.md). The Hybrid RAG SQL query currently restricts Golden Path generation exclusively to nodes matchingstate = 'OPEN', completely blinding the swarm to highly relevant active Discussions.Solution
ingestDiscussionStates()method inDreamServiceto parseresources/content/discussions/*.md.DISCUSSIONnodes and embed their text blocks into the vector collection.synthesizeGoldenPathto explicitly includeDISCUSSIONnodes. By matching them against the session's Semantic Frontier, highly relevant active discussions (like "Semantic Ontology Ingestion") will mathematically surface directly to the top of the Golden Path as strategic anchors.Parent Epic
Part of Epic #9803