Problem
After the frontier recency-sort fix (#13800 / #13801), the active handoff is no longer rendering old meta as the Computed Golden Path. It now shows a different failure shape: the successful handoff render has no ## Computed Golden Path (Strategic Recommendation) section, while the SQLite graph still contains stale frontier -> GUIDES edges from previous computed runs.
This keeps the steering substrate incoherent: the visible handoff says no computed route, but the graph topology still carries old route edges.
Live Evidence
Verified from /Users/Shared/github/neomjs/neo on 2026-06-21:
resources/content/sandman_handoff.md mtime: Jun 21 23:08:03 2026 local.
- The handoff
## Current Release / Incident Focus was captured at 2026-06-21T21:07:57.903Z and surfaces #13750 / #13751-era incident work.
- The same handoff has no
## Computed Golden Path (Strategic Recommendation) section.
- Source check:
GoldenPathSynthesizer only populates markdownAppend for the computed section when topNodes.length > 0, then appends markdownAppend to the handoff.
- Read-only SQLite shows fresh nodes are present:
issue-13750, issue-13751, issue-13624, issue-13822, and issue-13823 are OPEN, and the graph contains 483 issue-13% nodes.
- Read-only SQLite still shows stale
frontier -> GUIDES edges, including issue-10293, issue-12633, issue-10321, issue-10757, and issue-9864.
Acceptance Criteria
Duplicate Sweep
- GitHub open issue search:
Golden Path zero topNodes stale GUIDES and frontier GUIDES stale Golden Path returned only the broad #13750 root (plus unrelated/non-matching items).
- Local exact search found the code path in
GoldenPathSynthesizer and historical #13750 / #13800 context, but no open leaf for zero-node diagnostics + stale GUIDES cleanup.
- Knowledge Base ticket search routed to #13750 and the already-delivered #13800 frontier recency leaf.
Parent
Parent: #13750. Related: #13624.
Problem
After the frontier recency-sort fix (#13800 / #13801), the active handoff is no longer rendering old meta as the Computed Golden Path. It now shows a different failure shape: the successful handoff render has no
## Computed Golden Path (Strategic Recommendation)section, while the SQLite graph still contains stalefrontier -> GUIDESedges from previous computed runs.This keeps the steering substrate incoherent: the visible handoff says no computed route, but the graph topology still carries old route edges.
Live Evidence
Verified from
/Users/Shared/github/neomjs/neoon 2026-06-21:resources/content/sandman_handoff.mdmtime:Jun 21 23:08:03 2026local.## Current Release / Incident Focuswas captured at2026-06-21T21:07:57.903Zand surfaces #13750 / #13751-era incident work.## Computed Golden Path (Strategic Recommendation)section.GoldenPathSynthesizeronly populatesmarkdownAppendfor the computed section whentopNodes.length > 0, then appendsmarkdownAppendto the handoff.issue-13750,issue-13751,issue-13624,issue-13822, andissue-13823are OPEN, and the graph contains 483issue-13%nodes.frontier -> GUIDESedges, includingissue-10293,issue-12633,issue-10321,issue-10757, andissue-9864.Acceptance Criteria
topNodesrenders an explicit computed-path empty-state diagnostic instead of silently omitting the section.topNodesrun does not leave stalefrontier -> GUIDESsteering edges from prior computed runs as if they were still current. Either clear the prior computedGUIDESedges for the run, or stamp them in a way consumers can distinguish stale guidance from current computed guidance.topNodesstill render the computed section and link currentfrontier -> GUIDESedges.Duplicate Sweep
Golden Path zero topNodes stale GUIDESandfrontier GUIDES stale Golden Pathreturned only the broad #13750 root (plus unrelated/non-matching items).GoldenPathSynthesizerand historical #13750 / #13800 context, but no open leaf for zero-node diagnostics + staleGUIDEScleanup.Parent
Parent: #13750. Related: #13624.