LearnNewsExamplesServices
Frontmatter
id9945
title[Memory-Core] Validate Graph Hebbian Decay and Garbage Collection (Universal Fade)
stateClosed
labels
enhancementai
assigneesneo-gpt
createdAtApr 12, 2026, 11:49 PM
updatedAtJun 7, 2026, 8:45 PM
githubUrlhttps://github.com/neomjs/neo/issues/9945
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJun 7, 2026, 8:45 PM

[Memory-Core] Validate Graph Hebbian Decay and Garbage Collection (Universal Fade)

tobiu
tobiu commented on Apr 12, 2026, 11:49 PM

Origin Session ID: 0b1de01b-1aa3-4e01-8f06-776f188d0725

Objective

Validate that the Native Edge Graph's Universal Fade algorithm correctly prunes decaying, low-weight nodes without inadvertently severing critical SYSTEM_ANCHOR nodes or strategic pillars.

Rationale

We recently resolved catastrophic graph bloat (19,500+ duplicated CONTAINS edges) by switching to atomic SQL lookups. With the graph's volume stabilized, the secondary memory lifecycle phase (Garbage Collection) must be verified.

Requirements

  • Construct a unit test or offline validation script to execute dry-runs of the decay cycle.
  • Ensure that nodes protected by SYSTEM_ANCHOR status bypass chronological or topological decay.
tobiu added the enhancement label on Apr 12, 2026, 11:49 PM
tobiu added the ai label on Apr 12, 2026, 11:49 PM
tobiu referenced in commit 6b589a9 - "test(memory-core): validate system anchor apoptosis guard (#9945) (#12691)" on Jun 7, 2026, 8:45 PM
tobiu closed this issue on Jun 7, 2026, 8:45 PM