- 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
18 lines
846 B
Text
18 lines
846 B
Text
# 06 Run Event Node Label Complete
|
|
|
|
완료 일시: 2026-05-17
|
|
|
|
요약: `RunEvent.node_alias` 계약과 Edge fanout 전 alias enrich를 추가한 plan-code-review 1회 루프 완료.
|
|
|
|
## 루프 이력
|
|
|
|
| plan | code review | verdict |
|
|
|---|---|---|
|
|
| `plan_cloud_G08_0.log` | `code_review_cloud_G08_0.log` | PASS |
|
|
|
|
## 최종 리뷰 요약
|
|
|
|
- `proto/iop/runtime.proto`에 `RunEvent.node_alias = 12`를 추가하고 generated protobuf를 갱신했다.
|
|
- Edge transport가 run event fanout 전에 registry alias를 `NodeAlias`로 enrich하되 기존 값은 보존한다.
|
|
- Ops console renderer가 `NodeAlias -> registry alias -> node_id -> unknown` 순서로 label을 계산한다.
|
|
- Alias enrich와 renderer alias 우선순위 테스트를 추가했고, `make proto`, 대상 패키지 테스트, `go test -count=1 ./...` 재실행이 통과했다.
|