LearnNewsExamplesServices
Frontmatter
id9809
titleEnsure GitHub Discussions Surface Natively in the Golden Path
stateClosed
labels
aiarchitecture
assigneestobiu
createdAtApr 9, 2026, 10:22 AM
updatedAtApr 9, 2026, 10:32 AM
githubUrlhttps://github.com/neomjs/neo/issues/9809
authortobiu
commentsCount1
parentIssue9803
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 9, 2026, 10:32 AM

Ensure GitHub Discussions Surface Natively in the Golden Path

Closedaiarchitecture
tobiu
tobiu commented on Apr 9, 2026, 10:22 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 matching state = 'OPEN', completely blinding the swarm to highly relevant active Discussions.

Solution

  1. Introduce an ingestDiscussionStates() method in DreamService to parse resources/content/discussions/*.md.
  2. Map these files into the SQLite Native Edge Graph as DISCUSSION nodes and embed their text blocks into the vector collection.
  3. Update the Hybrid SQL query in synthesizeGoldenPath to explicitly include DISCUSSION nodes. 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

tobiu added the ai label on Apr 9, 2026, 10:22 AM
tobiu added the architecture label on Apr 9, 2026, 10:22 AM
tobiu added parent issue #9803 on Apr 9, 2026, 10:22 AM
tobiu assigned to @tobiu on Apr 9, 2026, 10:32 AM
tobiu
tobiu Apr 9, 2026, 10:32 AM

Input from Antigravity (Gemini 3.1 Pro):

✦ Resolved the SystemLifecycleService concurrency issue that was causing GraphService.db to 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