LearnNewsExamplesServices
Frontmatter
id9705
titleFix: Sandman REM Context Ghosts & Ollama Hardening
stateClosed
labels
bugai
assigneestobiu
createdAtApr 4, 2026, 9:32 PM
updatedAtApr 4, 2026, 9:33 PM
githubUrlhttps://github.com/neomjs/neo/issues/9705
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 4, 2026, 9:33 PM

Fix: Sandman REM Context Ghosts & Ollama Hardening

Closedbugai
tobiu
tobiu commented on Apr 4, 2026, 9:32 PM

This ticket merges critical operational fixes into the initial Sandman REM Pipeline Prototype (#9674).

Implemented Fixes

  1. Context Ghosts Removed: Ripped out the open_deltas prompt vector in DreamService.mjs to stop isolated historical task extraction from polluting the Graph with resolved ghost tasks. Task management is relegated strictly to GitHub.
  2. Ollama Engine Hardening: Hooked an automated port-checker + detached background launcher into runSandman.mjs so the pipeline can bootstrap ollama serve seamlessly instead of inexplicably failing.
tobiu added the bug label on Apr 4, 2026, 9:32 PM
tobiu added the ai label on Apr 4, 2026, 9:32 PM
tobiu referenced in commit 5a1d9c4 - "fix: Sandman REM context ghosts & ollama hardening (#9705)" on Apr 4, 2026, 9:33 PM
tobiu assigned to @tobiu on Apr 4, 2026, 9:33 PM
tobiu
tobiu Apr 4, 2026, 9:33 PM

Local hotfixes pushed. Removed the Open Deltas extraction to prevent unresolved tasks from poisoning Graph topology, and added detached-process Ollama health checks to Sandman.

tobiu closed this issue on Apr 4, 2026, 9:33 PM