Orchestrate engine-bridge PoC v1 evaluation (#9)

- Static HmEG catalog via MetadataLoadContext, 13 assemblies, 11k+ candidates
- IEngineSnapshot API draft + probe design doc (plugin masquerade recommended)
- All DoD pass on first iteration

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
minsung
2026-04-07 15:53:10 +09:00
parent 2a4f1d3fa4
commit 4cee3c2d86
5 changed files with 137 additions and 4 deletions

View File

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