iop/agent-task/01+edge_runtime_common/complete.log
toki 6e2a1fc2f2 feat: edge runtime, opsconsole, CLI target terminology, and e2e validation updates
- Add edge runtime config and opsconsole package
- Refactor edge console to use new runtime config
- Add service source metadata support
- Update CLI adapter with target terminology
- Add edge operation contract and event bus replay
- Update node label and command ops surface
- Add E2E smoke tests and full validation
- Update proto runtime definitions
- Update documentation and agent-ops rules
2026-05-17 14:57:49 +09:00

16 lines
825 B
Text

완료 일시: 2026-05-17
요약: Edge serve/console 공통 runtime 조립 경로 추가 및 적용을 1개 루프로 PASS 완료.
루프 이력:
| Plan | Code Review | Verdict |
|---|---|---|
| `plan_cloud_G07_0.log` | `code_review_cloud_G07_0.log` | PASS |
최종 리뷰 요약:
- `apps/edge/internal/bootstrap.Runtime`와 `NewRuntime`이 logger, registry, node store, event bus, service, transport server 조립을 공통화했다.
- `bootstrap.Module`과 `runConsole`이 같은 runtime의 `Start`/`Stop` lifecycle을 사용하도록 정리되었다.
- runtime seed, duplicate token error, transport handler wiring 검증 테스트가 추가되었다.
- 리뷰어 재현 검증: 대상 패키지 테스트, `go test -count=1 ./...`, 포맷/whitespace 검사, `bin/edge.sh` + `bin/node.sh` mock E2E smoke 모두 PASS.