feat(memory): 智能记忆系统增强 - 分类/过滤/衰减/冲突检测#2
Merged
Alenryuichi merged 11 commits intomainfrom Feb 3, 2026
Merged
Conversation
- Fix decay formula to guarantee [0,1] range (Issue #1) - Clarify confidence thresholds with explicit ranges (Issue #2) - Add conflict tracking fields to memory-entry template (Issue #3) - Extract health score formula to shared reference (Issue #4) - Add error handling and rollback to consolidate workflow (Issue #5) - Update SKILL.md to reflect actual template files (Issue #6) - Expand trivial patterns for multi-language support (Issue #7)
- Fix decision tree threshold to match table (< 0.4 not < 0.3) - Add explicit min() cap for importance_boost (max 0.5) - Correct reference paths in status.md, metrics.md, and decay.md
- Create CHANGELOG.md with v1.0.0 and Unreleased sections - Update README.md Features section with new memory capabilities - Create docs/memory-system.md with detailed technical documentation - Multi-dimensional classification system - ROT filtering mechanism - Ebbinghaus decay model - Conflict detection and resolution - Health score system
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.
🧠 智能记忆系统增强
本 PR 为 OpenMemory Plus 添加了完整的智能记忆管理能力。
✨ 新增功能
📁 主要变更
CHANGELOG.md和docs/memory-system.md📊 Commits: 12
✅ 代码审查通过 (2 轮)
Pull Request opened by Augment Code with guidance from the PR author