fix(v0.5.1): 잔여 검증 — promote 버그 수정 + 미검증 경로 4종 실측 - #9
Merged
Conversation
- ac-watch promote 버그: 해시-prefix 제거만 해서 'learning.md'가 되던 파일명을 frontmatter title slug + 날짜 + --promoted 로 재생성하도록 수정 (실측 통과) - renameSync import 정리 (동적 import 제거, 상단 정적 import) - 미검증 경로 4종 실측 완료: 1. semantic 어댑터 폴백 — enabled=true → router.semantic 'unavailable: Cannot find package' 정직 표기 + 휴리스틱 히트 유지 2. stale 감지 트리거 — staleDays=0 → 4/4 전원 stale 판정 3. knowledge edges 생성 — related 연결 시 references 엣지 실제 생성 확인 4. ac-watch promote — 위 버그 수정과 함께 정상 승격 확인 - FTS build/query는 Node 20 환경 제약으로 폴백 안내만 검증 (Node ≥22.5 필요 문서화) - REVIEW.md에 v0.5 챕터 추가: 6점 비전 판정표 + e2e 테스트의 가치(조합 결함 포착) - docs/hierarchy.md: typesFluid가 이제 실제 소비됨을 명시 - .candidates에서 T2Editor 커밋 인용 후보 1건 삭제 (공개 원칙 유지) 검증: syntax all ok, validate ok(6 files), e2e all steps passed, task-bench accuracy 100%, T2Editor 언급 0건
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.
Closes — (v0.5.0 후속 검증)
발견·수정한 버그
ac-watch promote: 해시-prefix 제거 로직이 타입명만 남겨learning.md가 되던 결함 → frontmatter title slug+날짜로 재생성미검증 경로 4종 실측 완료
unavailable: Cannot find package정직 표기 + 휴리스틱 히트 유지문서
한계 명시
FTS build/query는 본 환경(Node 20)에서 미실행 — Node ≥22.5 필요 문서화, 폴백 경로는 검증됨