refactor: rename milestone files to domain-agent prefix and update PHASE.md
This commit is contained in:
parent
f836c91dd7
commit
d842c6a0f1
8 changed files with 28 additions and 28 deletions
|
|
@ -12,7 +12,7 @@ IOP에는 OTO 전용 agent kind, bootstrap config, smoke target, test fixture,
|
|||
|
||||
## 상태
|
||||
|
||||
[검토중]
|
||||
[완료]
|
||||
|
||||
## 구현 잠금
|
||||
|
||||
|
|
@ -39,14 +39,14 @@ IOP에는 OTO 전용 agent kind, bootstrap config, smoke target, test fixture,
|
|||
|
||||
## 완료 리뷰
|
||||
|
||||
- 상태: 요청됨
|
||||
- 상태: 승인됨
|
||||
- 요청일: 2026-06-06
|
||||
- 완료 근거: `packages/go/config/config_test.go`의 OTO 전용 negative fixture와 `apps/edge/cmd/edge/main_test.go`의 legacy help unwanted list를 정리했고, 비-roadmap 활성 코드/문서 검색에서 OTO 전용 잔여가 없음을 확인했다.
|
||||
- 완료 근거: `go test ./packages/go/config`, `go test ./apps/edge/cmd/edge`, `go test ./packages/go/... ./apps/edge/...`가 통과했다. Flutter 변경은 없어 Flutter 테스트는 범위 밖으로 보았다.
|
||||
- 리뷰 필요:
|
||||
- [ ] 사용자가 완료 결과를 확인했다
|
||||
- [ ] archive 이동을 승인했다
|
||||
- 리뷰 코멘트: 작은 잔여 작업은 즉시 처리했고, 별도 plan이 필요한 큰 작업은 발견되지 않았다.
|
||||
- [x] 사용자가 완료 결과를 확인했다
|
||||
- [x] archive 이동을 승인했다
|
||||
- 리뷰 코멘트: 2026-06-06 사용자 요청으로 완료 처리하고 archive 이동했다. 작은 잔여 작업은 즉시 처리했고, 별도 plan이 필요한 큰 작업은 발견되지 않았다.
|
||||
|
||||
## 범위 제외
|
||||
|
||||
|
|
@ -18,37 +18,37 @@ CLI 실행, specialized agent 등록, bootstrap/enrollment, 원격 터미널 브
|
|||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/cli-automation-runtime-stabilization.md`
|
||||
- 요약: one-shot, persistent terminal, opencode SSE, codex exec 계열 CLI 실행 모드와 운영 command 응답을 같은 adapter execution 모델 안에서 안정화했다.
|
||||
|
||||
- [완료] Agent Bootstrap과 OTO 등록
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/agent-bootstrap-oto-enrollment.md`
|
||||
- 요약: OTO를 Edge 직접 연결 specialized domain agent로 등록하기 위한 MVP enrollment 계약과 후속 구현 Milestone 경계를 확정했다.
|
||||
- [완료] Agent Bootstrap과 Domain Agent 등록
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/agent-bootstrap-domain-agent-enrollment.md`
|
||||
- 요약: Edge 직접 연결 specialized domain agent 등록을 위한 MVP enrollment 계약과 후속 구현 Milestone 경계를 확정했다.
|
||||
|
||||
- [완료] OTO Agent Registry 구현
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/oto-agent-registry-implementation.md`
|
||||
- 요약: Edge-side `generic-node`/`oto-agent` 구분을 config/store, registry/transport, service snapshot에 반영하고 검증을 완료했다.
|
||||
- [완료] Domain Agent Registry 구현
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/domain-agent-registry-implementation.md`
|
||||
- 요약: Edge-side `generic-node`/domain-agent 구분을 config/store, registry/transport, service snapshot에 반영하고 검증을 완료했다.
|
||||
|
||||
- [완료] OTO Bootstrap Command 발급
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/oto-bootstrap-command-issue.md`
|
||||
- 요약: `iop-edge agent register`가 OTO agent record와 OTO Linux bootstrap script 인자를 포함한 one-line command를 발급하고 config roundtrip 검증을 완료했다.
|
||||
- [완료] Domain Agent Bootstrap Command 발급
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/domain-agent-bootstrap-command-issue.md`
|
||||
- 요약: `iop-edge agent register`가 domain agent record와 Linux bootstrap script 인자를 포함한 one-line command를 발급하고 config roundtrip 검증을 완료했다.
|
||||
|
||||
- [완료] IOP 전용 Domain Agent 경로 제거
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/domain-agent-specific-iop-removal.md`
|
||||
- 요약: 독립 Control Plane 전환에 맞춰 IOP 활성 코드와 문서에서 전용 agent kind, bootstrap, smoke, 운영 문구를 제거했다.
|
||||
|
||||
- [폐기] Specialized Agent proto-socket 연결 기반
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/specialized-agent-proto-socket-foundation.md`
|
||||
- 요약: OTO가 독립형 실행 방식으로 전환될 예정이므로 Edge 직접 proto-socket specialized peer 기준의 연결 기반 정리는 폐기한다.
|
||||
- 요약: domain agent가 독립형 실행 방식으로 전환될 예정이므로 Edge 직접 proto-socket specialized peer 기준의 연결 기반 정리는 폐기한다.
|
||||
|
||||
- [폐기] OTO Registration Online Smoke
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/oto-registration-online-smoke.md`
|
||||
- 요약: OTO가 독립형 실행 방식으로 전환될 예정이므로 Edge 직접 registration online smoke는 폐기한다.
|
||||
- [폐기] Domain Agent Registration Online Smoke
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/domain-agent-registration-online-smoke.md`
|
||||
- 요약: 독립형 실행 방식으로 전환될 예정이므로 Edge 직접 registration online smoke는 폐기한다.
|
||||
|
||||
- [폐기] OTO Registration Unlock Handoff
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/oto-registration-unlock-handoff.md`
|
||||
- 요약: OTO 독립형 실행 전환으로 Edge 직접 등록 흐름 잠금 해제 handoff가 필요 없어져 폐기한다.
|
||||
- [폐기] Domain Agent Registration Unlock Handoff
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/domain-agent-registration-unlock-handoff.md`
|
||||
- 요약: 독립형 실행 전환으로 Edge 직접 등록 흐름 잠금 해제 handoff가 필요 없어져 폐기한다.
|
||||
|
||||
- [폐기] OTO Agent Message Boundary
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/oto-agent-message-boundary.md`
|
||||
- 요약: OTO 독립형 실행 전환으로 Edge 직접 OTO domain payload boundary 정리가 현재 범위에서 필요 없어져 폐기한다.
|
||||
|
||||
- [검토중] IOP OTO 전용 경로 제거
|
||||
- 경로: `agent-roadmap/phase/automation-runtime-bridge/milestones/oto-specific-iop-removal.md`
|
||||
- 요약: OTO 독립 Control Plane 전환에 맞춰 IOP 활성 코드와 문서에서 OTO 전용 agent kind, bootstrap, smoke, 운영 문구를 제거했고 사용자 완료 확인과 archive 승인을 기다린다.
|
||||
- [폐기] Domain Agent Message Boundary
|
||||
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/domain-agent-message-boundary.md`
|
||||
- 요약: 독립형 실행 전환으로 Edge 직접 domain payload boundary 정리가 현재 범위에서 필요 없어져 폐기한다.
|
||||
|
||||
- [계획] 원격 터미널 브리지 POC
|
||||
- 경로: `agent-roadmap/phase/automation-runtime-bridge/milestones/remote-terminal-bridge-poc.md`
|
||||
|
|
|
|||
Loading…
Reference in a new issue