feat: memory promotion pipeline (STM→MTM→LTM→XLTM) + health command - #4
Open
icerain-cmd wants to merge 3 commits into
Open
feat: memory promotion pipeline (STM→MTM→LTM→XLTM) + health command#4icerain-cmd wants to merge 3 commits into
icerain-cmd wants to merge 3 commits into
Conversation
Recovered from an uncommitted in-progress worktree change; tests pass.
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.
개요
Memory Forest에 두 가지를 추가합니다.
1. promote 명령 (승격 파이프라인)
4층 위계(XLTM→LTM→MTM→STM)가 설계만 있고 상위로 올리는 도구가 없어 상층부가 비어 있던 문제를 해결합니다.
memory-forest promote <root> <src> --to <layer>서브커맨드 추가--allow-skip필요already promoted반환)src/memory_forest/promotion.py,tests/test_promotion.py2. health 명령 (이전 미커밋 작업 복구)
레이어 밸런스, freshness 메타데이터 갭, semantic duplicate 후보 보고.
테스트
실제 forest(yw-research)에 적용해 22건 STM을 MTM으로 승격 검증 완료.