Frontmatter
| id | 9706 |
| title | Epic: Autonomous Priority Graph Engine |
| state | Closed |
| labels | epicaiarchitecture |
| assignees | tobiu |
| createdAt | Apr 4, 2026, 10:23 PM |
| updatedAt | Apr 4, 2026, 11:06 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9706 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 4, 2026, 11:06 PM |
Epic: Autonomous Priority Graph Engine
Closedepicaiarchitecture
This epic covers the architectural pivot from LLM-driven priority generation to a deterministic, structural mathematical graph traversal based on Github issue dependencies.
Tasks:
subIssues,blockedBy,parentIssue,blocking) into topological edges (PARENT_OF,CHILD_OF,BLOCKS,BLOCKED_BY) duringDreamService.ingestIssueStates().DreamService.synthesizeGoldenPath()with a mathematical SQLite graph traversal that finds the highest-weight unblocked leaf node to use as the Strategic Golden Path.AGENTS_STARTUP.md.