iop/agent-task/archive/2026/05/01+edge_runtime_common/complete.log
toki 690498453e 정리: 작업 로그 아카이브 구조를 정리한다
AI-first 작업 이력을 보존하면서 기본 작업 컨텍스트에서 과거 로그를 분리하기 위해 agent-task 완료 로그를 월별 archive로 이동하고 에이전트 진입/ignore 규칙을 추가한다.
2026-05-17 18:34:27 +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.