Frontmatter
| id | 9945 |
| title | [Memory-Core] Validate Graph Hebbian Decay and Garbage Collection (Universal Fade) |
| state | Closed |
| labels | enhancementai |
| assignees | neo-gpt |
| createdAt | Apr 12, 2026, 11:49 PM |
| updatedAt | Jun 7, 2026, 8:45 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9945 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 7, 2026, 8:45 PM |
Origin Session ID: 0b1de01b-1aa3-4e01-8f06-776f188d0725
Objective
Validate that the Native Edge Graph's
Universal Fadealgorithm correctly prunes decaying, low-weight nodes without inadvertently severing criticalSYSTEM_ANCHORnodes or strategic pillars.Rationale
We recently resolved catastrophic graph bloat (
19,500+duplicatedCONTAINSedges) by switching to atomic SQL lookups. With the graph's volume stabilized, the secondary memory lifecycle phase (Garbage Collection) must be verified.Requirements
SYSTEM_ANCHORstatus bypass chronological or topological decay.