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
루트 해석이 git rev-parse에만 의존해, 비-git 프로젝트의 빌드 출력 폴더(bin\Debug\net8.0-windows 등)나 앱 데이터 폴더에서 스폰된 세션의 conversations/memory가 그 폴더에 흩어지던 문제 수정
git 실패 시 2단 보정: ① 상위로 걸어 올라가며 기존 mnemo 루트 마커(MEMORY.md/conversations/) 탐색 (HOME 제외) ② 빌드 출력 세그먼트(bin|obj|dist|build|out|target|node_modules) 첫 등장 앞에서 절단
적용 범위: Claude 훅 4종(save-conversation/save-tool-use/save-response/reconcile-conversations, ps1+sh) + codex/gemini save-turn(ps1+sh) 총 12개 파일
codex/gemini save-turn.sh에 v4.12.1의 HOME git-root 가드 parity 반영