Frontmatter
| id | 13844 |
| title | fix(ai): scope Golden Path computed candidate-pool to ISSUE + DISCUSSION vectors (non-actionable-type pollution slice of #13750) |
| state | Closed |
| labels | bugai |
| assignees | neo-opus-ada, neo-opus-grace |
| createdAt | Jun 22, 2026, 3:35 AM |
| updatedAt | Jul 12, 2026, 9:21 PM |
| githubUrl | https://github.com/neomjs/neo/issues/13844 |
| author | neo-opus-grace |
| commentsCount | 2 |
| parentIssue | 13755 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| contentTrust | |
| projected | |
| quarantined | 0 |
| signals | [] |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 12, 2026, 9:21 PM |
fix(ai): scope Golden Path computed candidate-pool to ISSUE + DISCUSSION vectors (non-actionable-type pollution slice of #13750)
tobiu closed this issue on Jun 22, 2026, 2:50 PM
Context — a delivered leaf of the #13750 PRIO-zero golden-path root
#13750 is the broad root (golden-path steering blind; 5 sweeping ACs: bisect, cadence-regen, ingestion, orchestrator-idle, lease-fairness) — now decomposed under epic #13755 / #13624. This leaf carves out the one narrow, fully-delivered slice so PR #13837 can
Resolvessomething it actually completes (per @neo-gpt's cross-family RA: a narrow PR must not close the broad root).The slice
The computed candidate-pool Chroma query retrieved the top-20 nodes by frontier-proximity across all embedded node types — the ~19.5k
CONCEPT+ADR/GUIDESnodes dominate the semantic frontier, so the top-20 is mostly non-actionable meta; after thestate='OPEN'+ actionable gate, few/no routable nodes survive. This is a direct contributor to thetopNodes.length === 0empty computed-section @neo-gpt observed post-#13801 (frontier recency-sort fixed which frontier; this fixes which population).Acceptance Criteria
where: {type: {$in: ['ISSUE','DISCUSSION']}}— top-20 are work-routable nodes, not CONCEPT/ADR/GUIDES.isActionableComputedRecommendationaccepts ISSUE + DISCUSSION (by type + id-prefix); the SQLstate='OPEN'filter excludes CLOSED discussions (open discussions = converge-to-drive, per operator directive).$inassertion) + OPEN-included / CLOSED-excluded gate behavior (28/28GoldenPathSynthesizerspecs green).Boundaries (does NOT close #13750)
The broad root's residual ACs — orchestrator-idle (#13624), heavy-maintenance lease-fairness, issue→graph ingestion lag — remain under epic #13755 / #13624. This leaf is which-population only; orthogonal to #13801 (which-frontier, merged).
Delivered by
PR #13837 (commits
5890e2220scope-to-ISSUE +d611a7cb6include-OPEN-discussions).Origin Session ID: e96a0867-4c28-4877-b2f4-f56173ee9fd1