with one click
footer
새 멀티라인 제출 입력 화면은 공유 분기 + footer 계약으로 통일
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
새 멀티라인 제출 입력 화면은 공유 분기 + footer 계약으로 통일
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
PTY 통합 테스트에서 ko/CJK 마커는 ANSI+공백 제거 후 매칭
tui-multi-feature-integration-review
TUI 첫-프레임 타이밍 리뷰: 마커 정직성 + 지연 seam 재현
i18n 마커 문구는 다른 문구의 부분문자열과 겹치지 않게
planning-review-activation-safety-check
planning-review-stale-pending-fixture
| name | footer |
| description | 새 멀티라인 제출 입력 화면은 공유 분기 + footer 계약으로 통일 |
| source | learned |
TUI에 Enter=줄바꿈/Ctrl+S=전송 입력 화면을 추가·수정할 때: (1) 키 분기는 손으로 match 하지 말고 src/ui/text_input.rs의 action_for_key(code, mods, keyboard_enhancement)를 재사용해 TextInputAction으로 처리한다(Ctrl+S가 리터럴 's'를 삽입하는 회귀를 원천 차단). (2) 화면 고유의 스크롤 키(PgUp/PgDn 등)는 action_for_key 호출 전에 조기 반환으로 처리한다. (3) 해당 footer 문자열을 *_footers_match_the_multiline_submit_contract 형태 테스트에 넣어 Enter/Ctrl+S/Ctrl+Enter/Esc 포함 및 'Shift/Alt' 미포함을 EN+KO 모두 단언한다. (4) Cancel 분기는 input_clear()로 초안과 화면별 상태를 함께 비워 오염 없는 취소를 보장한다.