Forgejo Webhook push 이벤트를 branch.updated 후생성자로 연결한다. WebhookAdapter에 VerifyWebhook, NormalizeWebhook 인터페이스 구현. 컨트롤 플레임 라우터에서 webhook 경로를 adapter와 연동.
- 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
- 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