Frontmatter
| id | 9805 |
| title | Centralize sandman_handoff.md generation in DreamService |
| state | Closed |
| labels | aiarchitecture |
| assignees | tobiu |
| createdAt | Apr 9, 2026, 10:12 AM |
| updatedAt | Apr 9, 2026, 11:06 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9805 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9803 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 9, 2026, 11:05 AM |
Centralize sandman_handoff.md generation in DreamService
Closedaiarchitecture

Problem
The
sandman_handoff.mdfile grows infinitely becauseextractTopologyand capacity inference functions blindly append markdown strings.Solution
Deprecate direct string appending to the markdown file during memory passes. Instead, have
synthesizeGoldenPathexecute a purely functional render of the handoff file from the active SQLite nodes, writing the Golden Path and cleanly sorting the structural gaps and limitations dynamically into the file.Parent Epic
Part of Epic #9803