Orchestrate engine-bridge v2 + smoke test guide (#10)

- Plugin masquerade pass (11 tests), drop-in via HmEG.PluginLoader (no MEF)
- Smoke test guide covers recorder/player/runner/plugin end-to-end manual steps
- PROGRESS.md Done rows, PLAN.md pivoted to v3 reflection mapping

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
minsung
2026-04-07 16:12:59 +09:00
parent b1c2383a54
commit a0609f8f0e
6 changed files with 345 additions and 7 deletions

10
PLAN.md
View File

@@ -8,14 +8,10 @@
1. **훅 동작 검증** — SessionStart/Stop/Guard 3개 shell 스크립트를 실제로 트리거시켜 확인
- 의존: jq 설치 여부 확인
## P1 — 라이브 검증 & 런타임 엔진 접근
## P1 — 라이브 검증 (사용자 환경 필요)
4. **라이브 SUT smoke test**사용자 환경에서 recorder/player/runner 실제 검증 (E2E)
- 의존: 없음
- 가이드: `docs/guides/smoke-test.md` (작성 필요)
5. **engine-bridge v2** — MEF plugin masquerade 구현 (design doc 권고)
- 의존: engine-bridge v1 (완료)
- 범위: 커스텀 MEF plugin이 HmEG 상태를 로컬 HTTP/named pipe로 노출 → recordingtest가 수집
4. **라이브 SUT smoke test 실행**`docs/guides/smoke-test.md` 따라 수동 수행
5. **engine-bridge v3** — ReflectionEngineStateProvider 실매핑 (smoke test 이후)
## Follow-ups (non-blocking)