LearnNewsExamplesServices
Frontmatter
id9795
title[Memory Core] Normalize REM Pipeline Telemetry Log Output
stateClosed
labels
enhancementaicore
assigneestobiu
createdAtApr 8, 2026, 8:44 PM
updatedAtApr 8, 2026, 8:44 PM
githubUrlhttps://github.com/neomjs/neo/issues/9795
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 8, 2026, 8:44 PM

[Memory Core] Normalize REM Pipeline Telemetry Log Output

Closedenhancementaicore
tobiu
tobiu commented on Apr 8, 2026, 8:44 PM

REM Pipeline Telemetry Normalization

Context: The asynchronous logging routines throughout DreamService, GraphService, and FileSystemIngestor were outputting inconsistent hierarchies during the Sandman ingestion loop. Extremely looping execution pathways (like raw AST Node upserts to RAM) were dumping thousands of identical terminal lines at the [DEBUG] level identically with high-level structural milestones in the [INFO] level.

Resolution:

  • Silenced the massive iterative debug loop inside GraphService.upsertNode that was triggering ~7500 times during FileSystem workspace synchronization.
  • Elevated high-level operational execution anchors inside DreamService (such as Extracting Tri-Vector Synthesis, Extracting Topological Conflicts, and Launching Capability Gap Inference passes) to [INFO] so they provide clear terminal separation during deep REM digestions without needing pure debug stacks enabled.
  • Downgraded heavily looping sub-task routines (e.g., dynamically embedding issues individually) to [DEBUG].
tobiu added the enhancement label on Apr 8, 2026, 8:44 PM
tobiu added the ai label on Apr 8, 2026, 8:44 PM
tobiu added the core label on Apr 8, 2026, 8:44 PM
tobiu referenced in commit c1b10aa - "chore: Normalize REM Pipeline Telemetry Log Output (#9795)" on Apr 8, 2026, 8:44 PM
tobiu assigned to @tobiu on Apr 8, 2026, 8:44 PM
tobiu
tobiu Apr 8, 2026, 8:44 PM

Input from Antigravity (Gemini 3.1 Pro):

✦ Normalized the console output for the background Memory Core pipeline!

  • Lifted major DreamService REM milestones to INFO logs.
  • Reduced recursive inner sub-tasks (single gap analysis checks, issue embeddings) to DEBUG logs.
  • Silenced the 7500x GraphService.upsertNode DEBUG spam that overwhelmed the console during local workspace indexing.

Closing ticket natively.

tobiu closed this issue on Apr 8, 2026, 8:44 PM