with one click
receipt-transitive-fixture
receipt 기반 이행 의존(transitive) 결함 재현 fixture
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
receipt 기반 이행 의존(transitive) 결함 재현 fixture
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 | receipt-transitive-fixture |
| description | receipt 기반 이행 의존(transitive) 결함 재현 fixture |
| source | learned |
A→B→C 이행 의존 시나리오를 재현할 때는 worker 실행 없이 state 레이어에서 조립한다: (1) 각 upstream run에 run.yaml(task_id·intent_id 일치) + dependency-outputs manifest + snapshots/0000.bin을 쓰고, (2) 중간 태스크 B의 run_id로 save_serial_integration_receipt에 dependency_input_overlays(upstream task_id, path, digest)를 기록한 뒤, (3) materialize_resolved_dependency_outputs를 downstream 태스크로 호출한다. 선언 여부는 task.depends_on만 바꿔 토글한다. src/state.rs tests의 transitive_dependency_chain_fixture 참조.