docs: fix drift in Consolidation & Decay - #309
Draft
jack-arturo wants to merge 1 commit into
Draft
Conversation
Correct code-anchored claims against automem@42ba8b6: - Repin all source-note deep links from ebcf5f16 to 42ba8b6 and fix line numbers (MemoryConsolidator L121, ConsolidationScheduler L1118, decay L227-L283, creative L334-L456, cluster L457-L618, forget L619, identity L978-L1002, apply_scheduler_overrides L78-L100) - SUMMARIZES link query matches the MetaMemory label, not a non-existent MetaPattern label; nodes are created as :Memory:MetaMemory with type='MetaPattern' as a property (consolidation.py L931-L957) - Rewrite MetaMemory Node Properties table to the fields actually persisted (id, content, type, confidence, cluster_size, timestamp, relevance_score); dominant_type/temporal span are not stored (consolidation.py L926-L938) - Repin stale automem@0720da2 prose reference to 42ba8b6 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015PuVebr9vp2BdLnQfXo3AC
Deploying automem-website with
|
| Latest commit: |
e3a9855
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7681ec50.automem-website.pages.dev |
| Branch Preview URL: | https://docs-audit-core-concepts-con-f6ni.automem-website.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First audit of this page. Corrected against
automem@42ba8b6.ebcf5f16with line anchors#L100(class),#L1091(scheduler),#L270-L363,#L365-L463,#L464-L605,#L606,#L978-L1004, andruntime_helpers.py#L59-L80MemoryConsolidatorL121,ConsolidationSchedulerL1118,calculate_relevance_scoreL227-L283,discover_creative_associationsL334-L456,cluster_similar_memoriesL457-L618,apply_controlled_forgettingL619, identity block L978-L1002,apply_scheduler_overridesL78-L10042ba8b6and corrected the line numbersSUMMARIZESlink query:MATCH (meta:MetaPattern), (m:Memory {id: $member_id}):Memory:MetaMemorywithtype: 'MetaPattern'as a property, not a label; the link query matches(meta:MetaMemory {id: $meta_id})— a:MetaPatternlabel match would return nothingtypepropertylabel,dominant_type,temporal_span_days,created_atid,content,type,confidence(0.8),cluster_size,timestamp,relevance_score(0.9);dominant_type/temporal span are computed for the summary string onlyCREATE, with a note that the others are not persistedconsolidation.pyat automem@0720da2"size >= 5gate is still current)42ba8b6Verified against: automem@42ba8b61b7d0b24ecaeb7feb4ceef59f09fc7cd0
Spot-checked and confirmed accurate (left unchanged): the creative-task connection rules and confidence values (CONTRADICTS/explains/shares_theme/parallel_context), the
MemoryConsolidatorconstructor's nonzero raw defaults vs. 0.0 deployed thresholds, the identity-interval default logic, andRECALL_EXCLUDED_TYPES=MetaPattern.Questions
None.
Unverified
None.
Follow-ups
None.
Draft because the MetaMemory properties fix and label clarification adjust explanatory prose and a code sample.
Generated by Claude Code