LearnNewsExamplesServices
Frontmatter
id9744
titleFix SQLite schema mismatch in Rem sleep filesystem extraction
stateClosed
labels
enhancementai
assigneestobiu
createdAtApr 6, 2026, 9:14 PM
updatedAtApr 6, 2026, 9:15 PM
githubUrlhttps://github.com/neomjs/neo/issues/9744
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 6, 2026, 9:15 PM

Fix SQLite schema mismatch in Rem sleep filesystem extraction

Closedenhancementai
tobiu
tobiu commented on Apr 6, 2026, 9:14 PM

Description

The ReAct gap analysis loop inside DreamService was evaluating an empty file system because it attempted to filter SQLite Edge nodes via n.type instead of n.label.

Resolution

  • Update the mapping mechanism inside DreamService.executeCapabilityGapInference to natively reference n.label matching the NodeModel fields.
tobiu added the enhancement label on Apr 6, 2026, 9:14 PM
tobiu added the ai label on Apr 6, 2026, 9:14 PM
tobiu referenced in commit 4ede2e5 - "fix: Correct SQLite schema mapping for Native Edge nodes in REM sleep (#9744)" on Apr 6, 2026, 9:14 PM
tobiu assigned to @tobiu on Apr 6, 2026, 9:15 PM
tobiu
tobiu Apr 6, 2026, 9:15 PM

Fixed Schema mapping error. The filter now successfully matches n.label so GraphService.db.nodes.items accurately exposes the synchronized files to Gemma 4.

tobiu closed this issue on Apr 6, 2026, 9:15 PM