4aa390e506
sync: agent-ops from agentic-framework v1.1.195
2026-08-10 00:09:28 +09:00
906b5472ed
sync: agent-ops from agentic-framework v1.1.194
2026-08-09 18:05:34 +09:00
c9786f6b5d
sync: agent-ops from agentic-framework v1.1.193
2026-08-09 15:24:31 +09:00
11055cc010
sync: agent-ops from agentic-framework v1.1.192
2026-08-08 13:26:19 +09:00
2e2fe46489
sync: agent-ops from agentic-framework v1.1.191
2026-08-08 13:07:32 +09:00
17a5036ff9
sync: agent-ops from agentic-framework v1.1.190
2026-08-08 11:53:41 +09:00
44a76b60ff
sync: agent-ops from agentic-framework v1.1.189
2026-08-07 15:28:56 +09:00
080ec20b0c
sync: agent-ops from agentic-framework v1.1.188
2026-08-06 12:11:56 +09:00
9b99d21ea6
sync: agent-ops from agentic-framework v1.1.178
2026-07-29 11:13:58 +09:00
fdfe9fa98f
sync: agent-ops from agentic-framework v1.1.177
2026-07-29 10:00:07 +09:00
802a5a074d
sync: agent-ops from agentic-framework v1.1.174
2026-07-28 14:28:47 +09:00
9e3273bb93
sync: agent-ops from agentic-framework v1.1.171
2026-07-23 21:44:31 +09:00
32c2dcde55
sync: agent-ops from agentic-framework v1.1.170
2026-07-19 22:21:56 +09:00
f276a195b8
sync: agent-ops from agentic-framework v1.1.169
2026-07-19 20:00:38 +09:00
45ed30770a
sync: agent-ops from agentic-framework v1.1.168
2026-07-19 14:31:53 +09:00
09b5b02d7d
sync: agent-ops from agentic-framework v1.1.168
2026-07-18 23:04:25 +09:00
fbada43aa1
sync: agent-ops from agentic-framework v1.1.167
2026-07-18 23:02:23 +09:00
98f8cb87e3
sync: agent-ops from agentic-framework v1.1.166
2026-07-15 14:49:59 +09:00
154455e112
sync: agent-ops from agentic-framework v1.1.165
2026-07-07 11:15:29 +09:00
dd38743a66
sync: agent-ops from agentic-framework v1.1.164
2026-07-07 07:42:55 +09:00
4b442f9bed
sync: agent-ops from agentic-framework v1.1.163
2026-07-06 10:24:18 +09:00
56cf9a5c79
sync: agent-ops from agentic-framework v1.1.162
2026-07-06 10:06:07 +09:00
a0bafceae9
sync: agent-contract & agent-test updates
2026-07-06 09:31:56 +09:00
c1f6ba43e7
sync: agent-ops from agentic-framework v1.1.161
2026-07-03 05:33:47 +09:00
7554d17635
sync: agent-ops from agentic-framework v1.1.160
2026-06-30 19:13:17 +09:00
bef84a1f7b
sync: agent-ops from agentic-framework v1.1.159
2026-06-30 15:00:00 +09:00
1c0cf6f906
sync: agent-ops from agentic-framework v1.1.158
2026-06-27 07:12:03 +09:00
d2ecef3f3c
chore(sync): agent-ui 기준점을 기록한다
2026-06-25 10:52:59 +09:00
d25edf8c67
docs(agent-ui): 기준선을 생성한다
2026-06-25 10:52:13 +09:00
b9842b76bf
sync: agent-ops from agentic-framework v1.1.157
2026-06-25 10:21:44 +09:00
79b37dd74f
sync: agent-ops from agentic-framework v1.1.156
2026-06-24 23:15:21 +09:00
d2d9ea0ed6
sync: agent-ops from agentic-framework v1.1.153
2026-06-21 11:52:11 +09:00
e2ef84ddc6
refactor: move change-request-abstraction to archive and update PHASE.md
2026-06-20 17:37:06 +09:00
dd85b1040c
sync: agent-ops from agentic-framework v1.1.152
2026-06-20 16:27:49 +09:00
8e6d531718
feat(provider): ProviderAdapter 인터페이스를 abstraction하여 다중 provider 지원으로 확장한다
...
- ProviderAdapter 인터페이스를 정의하고 AWS/GitLab provider 구현체를 추가한다
- CRD model에 ProviderRef 및 status 필드를 추가하여 provider 관리를 표준화한다
- ControlPlane에 provider registry를 통합하여 runtime/periodic event routing을 provider별로 분기한다
- Router에 routeByProvider 메서드를 추가하여 provider별 event 라우팅을 지원한다
- Event 시스템에 outbound event 전송 기능을 추가한다
- 관련 테스트를 추가하여 provider별 동작을 검증한다
2026-06-20 14:52:39 +09:00
1685e493dc
update controlplane router, router test, and runtime
2026-06-20 08:34:53 +09:00
73929de2bd
update roadmap: archive provider-adapter-foundation milestone and update PHASE.md
2026-06-20 07:06:31 +09:00
316a1f180f
feat(provider): webhook adapter로 Forgejo push 이벤트를 매핑한다
...
Forgejo Webhook push 이벤트를 branch.updated 후생성자로 연결한다.
WebhookAdapter에 VerifyWebhook, NormalizeWebhook 인터페이스 구현.
컨트롤 플레임 라우터에서 webhook 경로를 adapter와 연동.
2026-06-20 06:21:34 +09:00
f3bbb4e579
feat: webhook adapter wiring - router/runtime/provider refactor
...
- Move old task files to archive
- Update router.go with new adapter wiring
- Update runtime.go with provider integration
- Refactor provider.go with new abstraction
- Update provider tests
2026-06-19 19:45:53 +09:00
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
09e55a61d1
sync: agent-ops from agentic-framework v1.1.151
2026-06-19 17:03:56 +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
9e30ebbc12
refactor: move webhook-revision-reconcile to archive and update PHASE.md
2026-06-19 07:41:11 +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
fbd74b07e8
sync: agent-ops from agentic-framework v1.1.149
2026-06-17 23:20:56 +09:00