Frontmatter
| id | 9747 |
| title | Enhance Golden Path with issue titles in sandman_handoff |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Apr 6, 2026, 10:05 PM |
| updatedAt | Apr 6, 2026, 10:42 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9747 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 6, 2026, 10:12 PM |
Enhance Golden Path with issue titles in sandman_handoff
Closedenhancementai
Description
DreamServicecurrently outputs the Golden Path node priorities into thesandman_handoff.mdfile using only their literal issue IDs (e.g.issue-123).To improve human readability, the service should parse the node's internal JSON
propertiesand inject the node'stitleso developers can understand the priorities at a glance without having to guess what the issue IDs relate to.