- 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
16 lines
752 B
Text
16 lines
752 B
Text
완료 일시: 2026-05-17
|
|
|
|
요약: service source metadata caller-neutral 전환 및 ops console source 명시 작업을 1회 루프로 PASS 완료.
|
|
|
|
루프 이력
|
|
|
|
| plan | code_review | verdict |
|
|
|---|---|---|
|
|
| plan_local_G04_0.log | code_review_local_G04_0.log | PASS |
|
|
|
|
최종 리뷰 요약
|
|
|
|
- `BuildRunRequest`의 hardcoded `source=edge-console` 기본 주입 제거를 확인했다.
|
|
- caller가 전달한 `SubmitRunRequest.Metadata`가 `RunRequest.Metadata`로 손실 없이 복사되는 것을 확인했다.
|
|
- ops console `SendRun` caller가 `source=edge-ops-console` metadata를 명시하는 것을 확인했다.
|
|
- 대상 패키지 테스트, 전체 Go 테스트, mock `bin/edge.sh`/`bin/node.sh` smoke를 재실행해 통과를 확인했다.
|