LearnNewsExamplesServices
Frontmatter
id9805
titleCentralize sandman_handoff.md generation in DreamService
stateClosed
labels
aiarchitecture
assigneestobiu
createdAtApr 9, 2026, 10:12 AM
updatedAtApr 9, 2026, 11:06 AM
githubUrlhttps://github.com/neomjs/neo/issues/9805
authortobiu
commentsCount1
parentIssue9803
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 9, 2026, 11:05 AM

Centralize sandman_handoff.md generation in DreamService

Closedaiarchitecture
tobiu
tobiu commented on Apr 9, 2026, 10:12 AM

Problem

The sandman_handoff.md file grows infinitely because extractTopology and capacity inference functions blindly append markdown strings.

Solution

Deprecate direct string appending to the markdown file during memory passes. Instead, have synthesizeGoldenPath execute 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

tobiu added the ai label on Apr 9, 2026, 10:12 AM
tobiu added the architecture label on Apr 9, 2026, 10:12 AM
tobiu added parent issue #9803 on Apr 9, 2026, 10:12 AM
tobiu
tobiu Apr 9, 2026, 11:05 AM

Implemented natively in DreamService.mjs during Epic #9803.

tobiu closed this issue on Apr 9, 2026, 11:05 AM
tobiu assigned to @tobiu on Apr 9, 2026, 11:06 AM