- 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
21 lines
1.1 KiB
Text
21 lines
1.1 KiB
Text
# Task Complete - 08_cli_target_terminology
|
|
|
|
- 완료 일시: 2026-05-17T01:49:57Z
|
|
- 요약: CLI adapter 내부 `agent` 용어를 `target` 중심으로 정리한 1회 루프 완료.
|
|
|
|
## 루프 이력
|
|
|
|
| loop | plan | code review | verdict |
|
|
|---|---|---|---|
|
|
| 0 | `plan_cloud_G07_0.log` | `code_review_cloud_G07_0.log` | PASS |
|
|
|
|
## 최종 리뷰 요약
|
|
|
|
- `sessionKey.agent`, `cliAgentName`, CLI adapter 내부 error/log text가 `target` 용어로 정리됐다.
|
|
- status checker의 인자명, unsupported error text, 관련 테스트 기대값이 `target` 용어와 정렬됐다.
|
|
- OpenCode `--agent`, JSON payload `"agent"`, `agent_message` 등 provider-specific 외부 contract는 유지됐다.
|
|
- 리뷰 재검증에서 잔여 용어 검사, 대상 패키지 테스트, 전체 `go test -count=1 ./...`가 통과했다.
|
|
|
|
## 잔여 Nit
|
|
|
|
- `apps/node/internal/adapters/cli/lifecycle_blackbox_test.go:388`의 테스트 함수명 `TestCLIHandleCommandUsageStatusUsesSelectedAgent`에 `Agent` 용어가 남아 있다. 동작 영향은 없으며 다음 용어 정리 때 `Target`으로 맞추면 된다.
|