사용자가 artifact URL, Edge 주소, token을 환경변수로 직접 설정하던
IOP_* named parameter 방식을 제거하고, curl | bash -s <token> 형태의
단일 positional token UX로 변경한다.
- bootstrap script에서 NODE_TOKEN을 첫 번째 인자로 받도록 변경
- token 누락 시 명확한 에러 메시지 출력
- artifact HTTP를 127.0.0.1 바인딩으로 변경
- docs, rules, roadmap에 one-line bootstrap UX 기준 기록
- Add new milestone for field bootstrap test port readiness
- Archive completed ollama field validation follow-up milestone
- Update PHASE.md, current.md, project rules, and deploy docs
- antigravity 기반 CLI status adapter 구현 (gemini 대체)
- milestone 파일명 통일 (接두어 제거)
- agent-ops roadmap/current.md 갱신
- edge/node README 및 설정 문서 업데이트
- e2e smoke 스크립트 개선
- agent 설치가 어려운 대상을 위한 remote terminal bridge 개념 추가
- Edge terminal session broker와 Node terminal transport relay 흐름 설명
- native protocol에 remote terminal session event 추가
- Portal/Control Plane의 remote terminal bridge session 관리 기능 추가
- remote terminal bridge의 정책/audit 설계 항목 명시
- Add Domain Agent section to README (specialized build/deploy agent)
- Update architecture diagram with OTO Agent under Edge Group
- Add Edge bootstrap/enrollment surface for domain agents
- Document OTO agent bootstrap flow (Jenkins-like node connection UX)
- Add deploy-dev.md section for OTO Agent bootstrap direction
- Support HTTP local/insecure mode with token/pinning/verification
- Add CLI core setup for edge and node services
- Refactor edge transport layer (server, integration tests)
- Refactor node transport layer (parser, session, heartbeat, client)
- Add main_test.go files for edge and node commands
- Add input package for edge service
- Add go.work and go.work.sum for workspace support
- Update configs, docs, and project rules