LearnNewsExamplesServices
Frontmatter
id9706
titleEpic: Autonomous Priority Graph Engine
stateClosed
labels
epicaiarchitecture
assigneestobiu
createdAtApr 4, 2026, 10:23 PM
updatedAtApr 4, 2026, 11:06 PM
githubUrlhttps://github.com/neomjs/neo/issues/9706
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 4, 2026, 11:06 PM

Epic: Autonomous Priority Graph Engine

Closedepicaiarchitecture
tobiu
tobiu commented on Apr 4, 2026, 10:23 PM

This epic covers the architectural pivot from LLM-driven priority generation to a deterministic, structural mathematical graph traversal based on Github issue dependencies.

Tasks:

  • Parse YAML metadata (subIssues, blockedBy, parentIssue, blocking) into topological edges (PARENT_OF, CHILD_OF, BLOCKS, BLOCKED_BY) during DreamService.ingestIssueStates().
  • Replace Ollama JSON synthesis in DreamService.synthesizeGoldenPath() with a mathematical SQLite graph traversal that finds the highest-weight unblocked leaf node to use as the Strategic Golden Path.
  • Re-inforce the Autonomous Strategy Orchestrator rules allowing the agent to self-launch based on this derived priority in AGENTS_STARTUP.md.
tobiu added the epic label on Apr 4, 2026, 10:23 PM
tobiu added the ai label on Apr 4, 2026, 10:23 PM
tobiu added the architecture label on Apr 4, 2026, 10:23 PM
tobiu referenced in commit 8a3bc3a - "feat: Refining Autonomous Startup Protocol and Graph ID Parsing (#9706)" on Apr 4, 2026, 10:35 PM
tobiu assigned to @tobiu on Apr 4, 2026, 11:06 PM
tobiu closed this issue on Apr 4, 2026, 11:06 PM