You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wiki 동기화가 반복 누락된 구조적 원인 2가지를 수정한다.
1. 타이밍: git diff(워킹트리)만 보던 것을 merge-base main...HEAD
커밋 diff와 합집합으로 확장. 피처 브랜치에서 커밋 후에도 Stop 시
리마인드가 유지된다(기존엔 커밋되면 diff가 비어 침묵).
2. 범위: frontend/src/features 만 매칭하던 패턴에
frontend/{app,src/shared} → Frontend, frontend/tests·backend/tests·
.github/workflows → Harness 추가. #31(tests/e2e)이 탐지 안 되던 문제 해소.
Closes#32
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments