Commit graph

25 commits

Author SHA1 Message Date
fc460e01e0 feat: provider-adapter-foundation milestone implementation
- Add agent-task for provider adapter foundation
- Update roadmap PHASE.md and milestone for provider-adapter-foundation
- Implement router.go, router_test.go, runtime.go controlplane changes
2026-06-19 17:41:24 +09:00
8e2a33f9be feat: provider-adapter-foundation milestone updates and storage refactoring
- Update provider-adapter-foundation roadmap milestone
- Refactor storage layer (postgres, storage interfaces)
- Add provider package with tests
- Update runtime tests for control plane
- Add migration for provider store
- Archive completed task artifacts
2026-06-19 16:22:02 +09:00
01f088c51f fix: correct line number and env var name in CODE_REVIEW verification output 2026-06-19 15:46:23 +09:00
e265386a90 fix: restore Postgres integration tests and fix provider config timestamp assertions 2026-06-19 15:31:40 +09:00
ef8d1bd4b4 feat(core): reconcile API를 추가한다
DryRunReconcile으로 drift 제안 및 충돌 검증, ApplyReconcile으로
idempotency key 기반 재현 가능한 적용을 구현한다. 중복 적용은
ReconcileStatusDuplicate로 처리하고 사이드 이펙트를 반복하지 않는다.
2026-06-19 01:04:00 +09:00
918a608eb1 feat(controlplane): provider poll revision과 reconcile plan을 반영한다
- provider polling 입력을 RevisionEvent로 정규화하는 HandleProviderPollRevision을 추가한다
- ProviderPollRevision 구조체로 before/after/changed_files 관찰 값을 받는다
- 기존 HandleRevision과 같은 identity dedupe와 branch.watch 매칭을 사용한다
- provider poll source duplicate 검증 테스트를 추가한다
- webhook-revision-reconcile 마일스톤 완료 상태를 동기화한다
- reconcile policy PLAN과 코드 리뷰를 추가한다
2026-06-18 16:48:41 +09:00
7612e369c9 fix: webhook retry delivery store and update runtime contract
- Delete outdated code review docs for webhook revision reconcile
- Update runtime.go with new event handling logic
- Add retry delivery store functionality in storage layer
- Update postgres migrations for new schema
- Add tests for storage and runtime changes
2026-06-18 16:18:24 +09:00
68324b8973 update: webhook-revision-reconcile G05 review and runtime changes 2026-06-18 08:34:53 +09:00
64dd8a6664 feat: webhook-revision-reconcile milestone implementation and roadmap update
- Add SDD documentation for webhook-revision-reconcile phase
- Add task breakdown for webhook-revision-reconcile
- Update ROADMAP.md with latest phase progress
- Update PHASE.md files for agent-shell-iop-execution and provider-change-request-integration
- Update milestone details for iop-agent-run-bridge and webhook-revision-reconcile
- Implement controlplane router and runtime changes
- Add router tests
2026-06-17 21:13:29 +09:00
518b8a6dcc feat(core): IOP 에이전트 런 브리지 구현 및 워커 확장
-runtime.go에 에이전트 런 브리지 인터op 기능 추가
- runner.go에 HTTP invoccer와 워커 브리지 로직 추가
- postgres.go에 worker_bridge 관련 migration 및 저장소 계층 구현
- model.go에 WorkerBridge 엔터티 모델 추가
- main.go에 워커 브리지 초기화 및 HTTP 서버 통합
- config.go에 워커 브리지 설정 항목 추가
- migration에 worker_bridge 스키마 추가
- agent-roadmap에 iop-agent-run-bridge 페이즈 및 마일스톤 업데이트
- http_invoker.go 새로 추가하여 외부 HTTP 호출 추상화
2026-06-17 19:59:04 +09:00
90f927612e feat(m-iop-agent-run-bridge): complete commit push policy and revision scan event subtasks
- Archive completed subtask files (PLAN, CODE_REVIEW, logs) to agent-task/archive
- Add postgres_internal_test.go for internal storage tests
- Update worker main.go, runtime, storage, and runner with iop agent run bridge
- Expand test coverage in runtime_test.go, postgres_test.go, storage_test.go, runner_test.go
- Update gito-control-plane notes and roadmap milestone
2026-06-16 22:24:23 +09:00
cdf7007a3a feat: iop-agent-run-bridge milestone implementation
- Add agent-task directory for m-iop-agent-run-bridge with plan and code review docs
- Update PHASE.md for agent-shell-iop-execution
- Add worker runner and test implementations
2026-06-16 14:07:16 +09:00
144a5e1561 refactor: worker runner와 archive 파일 업데이트
- runner.go와 runner_test.go 수정
- git result convergence 관련 파일 아카이브로 이동
- 완료 로그 기록
2026-06-16 11:12:55 +09:00
7adbe11048 feat: iop-agent-run-bridge milestone updates and worker improvements
- Update iop-agent-run-bridge milestone with latest changes
- Update gito-control-plane contract notes
- Improve worker runner and test coverage
2026-06-16 10:53:06 +09:00
a9c5461753 feat: branch event protosocket interop readiness milestone completion
- Update gito-forgejo-branch-events-v1 contract with latest changes
- Update branch-event-protosocket-interop-readiness milestone
- Add binary interop test for control plane
2026-06-15 21:28:52 +09:00
503e036aec feat: agent-shell package IOP backend boundary implementation
- Remove shell command and agentshell staged changes
- Update README and core domain rules
- Update config and build scripts
- Archive m-agent-shell-package-iop-backend-boundary task
2026-06-14 19:05:18 +09:00
7f5abb1e0a update roadmap and milestone docs for agent-shell-package-iop-backend-boundary 2026-06-14 18:23:02 +09:00
a8687dff06 feat: operation event outbox milestone implementation and updates 2026-06-14 06:52:08 +09:00
07b4e63366 feat: operation event outbox milestone implementation
- Add operation event store schema and migrations
- Implement event persistence in storage layer
- Update event domain models for outbox pattern
- Add contract notes for control plane event flow
- Complete milestone documentation
2026-06-14 06:04:03 +09:00
3ed8797b28 feat(m-operation-event-outbox): operation pick task completion and worker fixes
- Move operation pick artifacts to archive
- Fix worker runner with outbox pattern support
- Update storage tests for postgres integration
- Add worker runner tests
2026-06-14 05:18:10 +09:00
51c8098577 feat: operation event outbox - model, storage, migration, roadmap update
- Add OperationEvent model with outbox pattern support
- Extend storage layer with outbox query methods
- Add migration for operation_event_outbox table
- Update roadmap milestone progress
- Add task documentation and planning files
2026-06-14 05:03:42 +09:00
9f8608333a feat: platformless git operation engine progress - runtime and test improvements 2026-06-13 23:25:20 +09:00
c6102d33d0 feat: platformless git operation engine implementation
- Update control plane phase roadmap
- Move repo-registry milestone to archive
- Implement git engine command execution
- Add postgres repository storage layer
- Update contracts documentation
- Add test cases for storage and git engine
2026-06-13 21:59:14 +09:00
c9952509e9 feat(core): Forgejo 브랜치 이벤트 및 런타임 채널 인프라를 추가한다
- ControlPlane 라우터에 워커/에이전트 구독 채널을 추가한다
- ProtoSocket 기반 실시간 양방향 채널( dispatcher, envelope, server)을 구현한다
- Forgejo push 이벤트를 provider 어댑터로 처리하도록 연동한다
- PostgreSQL 스토리지 백엔드를 분리하여 postgres.go로 신설한다
- Git engine command에 diff/checkout/merge 연쇄 연산을 추가한다
- 런타임 모델에 agentSession, runtimeChannel 스키마를 추가한다
- 데이터베이스 마이그레이션에 agent_session, runtime_channel, lease 테이블을 추가한다
- agent-contract에 Forgejo branch events 계약 문서를 작성한다
- 로드맵 마일스톤과 아카이브 작업을 갱신한다
2026-06-13 19:16:03 +09:00
4cbe7c5223 feat: runtime scaffold and contract baseline milestone progress
- Update roadmap milestone tracking for control-plane foundation
- Update contract notes for gito control plane
- Extend router with operation event handling
- Add router tests for operation event flow
- Extend storage with lease management capabilities
- Add storage tests for workspace lease operations
- Add agent task archive logs for code review and planning
2026-06-13 11:26:15 +09:00