with one click
base-retained-worktree-diff-3-way
base 전진 시 retained worktree diff의 3-way 재이식
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
base 전진 시 retained worktree diff의 3-way 재이식
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 | base-retained-worktree-diff-3-way |
| description | base 전진 시 retained worktree diff의 3-way 재이식 |
| source | learned |
partial 이어받기에서 retained worktree의 uncommitted diff를 회수할 때: (1) 두 worktree의 HEAD를 비교해 base 전진 여부를 먼저 확인, (2) 전진했으면 파일 복사 금지, git -C diff > patch 후 git apply -3로 적용, (3) upstream이 같은 위치에 자체 fixture/테스트를 추가해 충돌이 인터리브되면 양쪽 함수를 모두 보존하는 방향으로 재구성, (4) upstream 스키마 변화(새 struct 필드)를 이식한 fixture에 반영, (5) cargo fmt 후 focused test → full test 순으로 포그라운드 검증.