docs(glossary): add Consolidator term + fix Profile file casing#7
Merged
JasonJarvan merged 1 commit intoJun 30, 2026
Conversation
Owner review of @zhao.wang's assigned terms (proactive_engine/ + memory_engine/consolidate/) against refactor/EverClaw tip 50ad392a. - Add **Consolidator** (memory_engine/consolidate/) to CONTEXT.md Memory: the MemoryConsolidator that performs Consolidation — annotates evicted message chunks into Episodes, refreshes hot Profile sections, opt-in emits Foresight; the agent loop skips it when the Curator Context Engine is active. Cross-refs the existing Consolidation/Curator terms. - Fix Profile: backing file is `user.md` (user_memory/profile/user.md), not `USER.md`. - Drop Consolidator from CONTEXT-MAP "proposed missing" list (now landed). Foresight / Predictor / Episode / Sentinel verified against code and left unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Kendrick-Song
added a commit
that referenced
this pull request
Jul 22, 2026
- Move _everos_server.py from raven/cli/ to raven/plugin/memory/everos/ _server.py to fix plugin->cli layering violation (CR #1) - Split HTTP timeout: client default 60s (recall/health), memorize add/flush per-request 360s (CR #2) - Defer backend.start() to post-handshake background task in TUI so first render is not blocked by server startup (CR #3) - Remove unused app_id/project_id from ImportSession and scanner (CR #4) - Add note on per-source-unit checkpoint granularity (CR #5) - Add fcntl file lock to prevent concurrent server spawn race (CR #6) - Fix loguru %s format to {} in state.py (CR #7) - Fix docstring step numbering (CR #8) - Remove redundant Table import in status_cmd (CR #9) Co-authored-by: Claude (claude-opus-4-6) <noreply@anthropic.com>
Kendrick-Song
added a commit
that referenced
this pull request
Jul 22, 2026
- Move _everos_server.py from raven/cli/ to raven/plugin/memory/everos/ _server.py to fix plugin->cli layering violation (CR #1) - Split HTTP timeout: client default 60s (recall/health), memorize add/flush per-request 360s (CR #2) - Defer backend.start() to post-handshake background task in TUI so first render is not blocked by server startup (CR #3) - Remove unused app_id/project_id from ImportSession and scanner (CR #4) - Add note on per-source-unit checkpoint granularity (CR #5) - Add fcntl file lock to prevent concurrent server spawn race (CR #6) - Fix loguru %s format to {} in state.py (CR #7) - Fix docstring step numbering (CR #8) - Remove redundant Table import in status_cmd (CR #9) Co-authored-by: Claude (claude-opus-4-6) <noreply@anthropic.com>
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.
Owner review of @zhao.wang's assigned terms (proactive_engine/ + memory_engine/consolidate/) against refactor/EverClaw tip 50ad392a.
user.md(user_memory/profile/user.md), notUSER.md.Foresight / Predictor / Episode / Sentinel verified against code and left unchanged.
Change description
Type of change
Related issues (if there is)
Checklists
Development
Security
Code review