Orchestrate test-runner PoC evaluation (#8)

- 5-module E2E integration runner, 6 tests, all DoD pass
- PROGRESS.md Done row, PLAN.md pivoted to live smoke test

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
minsung
2026-04-07 15:23:46 +09:00
parent 96df2ef65d
commit 13dc4109d8
6 changed files with 150 additions and 7 deletions

12
PLAN.md
View File

@@ -8,14 +8,12 @@
1. **훅 동작 검증** — SessionStart/Stop/Guard 3개 shell 스크립트를 실제로 트리거시켜 확인
- 의존: jq 설치 여부 확인
## P1 — 통합 & 러너
## P1 — 라이브 검증
4. **test-runner** — 시나리오 일괄 실행 + normalizer + diff-reporter 파이프라인
- 의존: recorder/player/normalizer/diff-reporter 전부 pass (완료)
- Sprint Contract 먼저 작성 필요
5. **라이브 SUT smoke test** — 수동 단계로 recorder attach → Box 생성 시나리오 → player 재생 → normalizer → diff
- 의존: test-runner PoC 선행 권장
6. **engine-bridge 탐색** — HmEG PDB 리플렉션 스파이크
4. **라이브 SUT smoke test** — 사용자 환경에서 recorder/player/runner 실제 검증 (E2E)
- 의존: 없음 (test-runner까지 PoC 완료)
- 가이드: `docs/guides/smoke-test.md` (작성 필요)
5. **engine-bridge 탐색** — HmEG PDB 리플렉션 스파이크
- 의존: 없음
## Follow-ups (non-blocking)