with one click
rescue-history-only
rescue 브랜치 history-only 보존 후 삭제 검증
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
rescue 브랜치 history-only 보존 후 삭제 검증
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
새 멀티라인 제출 입력 화면은 공유 분기 + footer 계약으로 통일
PTY 통합 테스트에서 ko/CJK 마커는 ANSI+공백 제거 후 매칭
tui-multi-feature-integration-review
TUI 첫-프레임 타이밍 리뷰: 마커 정직성 + 지연 seam 재현
i18n 마커 문구는 다른 문구의 부분문자열과 겹치지 않게
planning-review-activation-safety-check
| name | rescue-history-only |
| description | rescue 브랜치 history-only 보존 후 삭제 검증 |
| source | learned |
rescue 브랜치를 -s ours로 main에 머지해 보존했다는 주장은 3단계로 검증한다: (1) git branch -a --list 'rescue'로 브랜치 부재 확인, (2) 머지 커밋의 두 번째 부모가 rescue tip OID이고 git diff --stat ^1 가 비어 tree 변경 0인지 확인, (3) 보존 대상 OID들이 git merge-base --is-ancestor로 main과 origin/main의 조상인지 확인. worktree에는 .agents/checkpoints가 없을 수 있으므로 checkpoint 파일 대신 OID ancestry를 직접 검증한다.