Commit graph

29 commits

Author SHA1 Message Date
9628ec36c4 update roadmap phases and bootstrap scripts across platforms 2026-06-16 13:07:54 +09:00
057e6a38df update roadmap and phase documentation 2026-06-16 09:43:06 +09:00
590e3219da feat: cross-os runner bootstrap task and related updates
- Add agent-task/m-cross-os-runner-bootstrap with subtasks (G07, G06)
- Update roadmap phases and milestones for control-plane-product-surface
- Add runner.proto definitions and regenerate code
- Update HTTP server handler for runner management
- Add smoke tests and update local test configurations
- Update README with latest project status
2026-06-15 17:12:35 +09:00
5cecc55905 update domain rules and roadmap 2026-06-15 13:35:11 +09:00
34d6da426b chore: archive message-based-build-agent phase and milestones 2026-06-12 05:12:52 +09:00
73f7008c72 update: agent-roadmap phase/message-based-build-agent files update and runner-verification-baseline.md to archive 2026-06-11 16:58:10 +09:00
6b8f6a5c1d feat: agent registration capability boundary milestone completion and runner capability provider
- Complete agent registration capability boundary milestone (m-agent-registration-capability-boundary)
- Add runner_capability_provider.dart for capability management
- Update registration_client.dart with capability support
- Add task archives and plans for command adapter and registration wiring
- Update local test rules and smoke tests
- Update roadmap phase and milestone documents
2026-06-11 08:01:10 +09:00
4b79a06f75 update agent-roadmap: modify PHASE and milestone files, archive independent-control-plane 2026-06-11 05:54:38 +09:00
bb2a74cb35 chore(workspace): 패키지 메타데이터를 정리한다
문서와 웹 배포 메타데이터, 로드맵 milestone 이동, 패키지 잠금 파일까지 함께 반영해 작업 트리의 현재 상태를 일관되게 마무리한다.
2026-06-10 08:06:09 +09:00
41d2d4a92e refactor(core): milestone 정리와 핸들러 DTO 경로를 정리한다
로드맵 milestone 상태를 archive로 이동하고 작업 메타데이터 추적을 정합성 있게 반영한다. core의 상태 저장 경로 변경 반영과 핸들러 파일 분리로 DTO 처리·라우트 의존을 정리했다.
2026-06-09 03:56:52 +09:00
b318da195f refactor(core): httpserver 파일을 핸들러 단위로 분리한다
단일 server.go에 집중되어 있던 HTTP 라우팅 로직을 실행/작업/런너 핸들러 파일로 분리해 책임 경계를 더 선명하게 하며, milestone 기록 파일의 보관 위치도 정리한다.
2026-06-08 20:58:27 +09:00
b3100adef9 docs(roadmap): 완료된 마일스톤 항목을 정리한다 2026-06-08 19:00:29 +09:00
e90ba93eab refactor(core): 코어 경계를 정리한다
클라이언트 계약과 서버 핸들러 경계를 분리해 변경 범위를 명확히 하고, 장기 테스트 흐름에 맞춰 문서와 경로 정리를 함께 반영한다.
2026-06-08 18:59:55 +09:00
9278266c11 docs(roadmap): runner 출력 경계 마일스톤을 완료 처리한다 2026-06-07 21:36:20 +09:00
04adcaf93a refactor(pipeline): 출력 포트 경계를 적용한다
runner 출력 경계 분리 마일스톤에서 pipeline이 CLI 구현체에 직접 의존하지 않도록 explicit ExecutionContext.output 경계를 사용한다.

현재 iop 미구현 legacy smoke는 사용자 승인으로 완료 범위에서 제외하고 task archive와 완료 로그를 남긴다.
2026-06-07 17:52:25 +09:00
365995900e feat(runner): output port 경계 작업을 반영한다
runner 출력 경계 분리의 첫 계약 작업을 완료하고 후속 subtask와 로드맵 상태를 함께 기록한다. workspace 포트와 local smoke 기준도 독립 Control Plane 방향에 맞춰 정리한다.
2026-06-07 13:12:46 +09:00
e770d3594b docs(agent-ops): 마일스톤과 작업 상태를 동기화한다 2026-06-07 04:33:51 +09:00
ba5abbf9d8 docs(agent-ops): 모노레포 규칙과 로드맵을 정리한다
현재 workspace 구조와 맞지 않던 agent-ops 규칙, domain rule, 로드맵 항목을 함께 정리해 후속 작업이 올바른 경로와 검증 기준을 참조하도록 한다.
2026-06-07 04:31:32 +09:00
1201f59e2a feat(agent): 원격 실행 생명주기를 완성한다
원격 실행 요청을 기존 runner 실행 경로와 연결하고, step/log/artifact 보고 및 cancel/status/self-update 제어면을 정리한다.

로드맵과 task 로그도 완료 상태로 동기화한다.
2026-06-06 17:37:59 +09:00
3a82645002 feat: remote-run-lifecycle milestone implementation and related updates 2026-06-06 14:11:57 +09:00
06b986af62 feat: update roadmap and archive independent-control-plane milestone 2026-06-06 07:19:00 +09:00
5fd116e447 feat(control-plane): CI/CD 상태 API를 추가한다
OTO Core가 job, execution, log, artifact 상태를 서버 내부에서 소유하고 조회할 수 있어야 runner dispatch와 통합 smoke 단계로 이어질 수 있다. in-memory 상태 저장소와 HTTP API, 검증 테스트, 관련 agent-task 산출물을 함께 반영한다.
2026-06-06 06:22:47 +09:00
4f26df99c3 feat(agent): 부트스트랩 명령 발급을 추가한다
OTO Server에서 runner 설치 명령과 bootstrap script를 제공해야 하므로 서버 endpoint, runner proto, bootstrap config naming, smoke 검증을 함께 정리한다.
2026-06-05 20:53:41 +09:00
e418925e61 feat(control-plane): runner 등록 계약을 연결한다
OTO Server가 runner 등록 상태를 직접 소유하고 Dart runner가 Server registration 계약으로 전환되어야 Control Plane 분리 마이그레이션을 이어갈 수 있다.
2026-06-05 15:34:17 +09:00
78c2260dc8 feat(control-plane): Server-Runner 계약을 추가한다
독립 Control Plane 전환의 선행 조건으로 Go server와 Dart runner가 공유할 wire 계약 원본과 생성물 경로가 필요하다.

proto 생성 target, 생성된 Go/Dart protobuf, migration smoke 경계 문서화와 리뷰 완료 artifact를 함께 반영한다.
2026-06-05 14:27:33 +09:00
64f11149c0 refactor: move edge-direct-oto-agent phase to archive and add independent-control-plane phase 2026-06-05 05:02:43 +09:00
654d8d93b3 chore: stop tracking roadmap current 2026-06-03 20:15:39 +09:00
baa201a815 update oto-agent-registration milestone 2026-06-03 20:07:21 +09:00
807ca7fc6e refactor: agent-roadmap 구조로 마이그레이션 및 AI 에이전트 규칙 일원화
- agent-ops/roadmap/를 agent-roadmap/으로 디렉터리 구조 재구성
- AI 에이전트별 ignore 파일 (.clineignore, .cursorignore, .geminiignore 등) 및
  규칙 파일 (.clinerules, .cursorrules, AGENTS.md 등) 통합
- agent-ops 스킬 템플릿 및 규칙 파일 업데이트
- opencode.json 설정 갱신
2026-05-27 12:58:08 +09:00