feat. rebuild service in Go
ci / test (pull_request) Successful in 1m54s
ci / publish (pull_request) Has been skipped

Rebuild the Gitea Codex review bot from the product contract with a Go HTTP service, durable SQL queue, typed Gitea client, isolated runner, and deployment updates.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Space-Banane
2026-07-12 21:51:01 +02:00
parent fdd3819ff8
commit f19b271642
74 changed files with 2623 additions and 4819 deletions
+3
View File
@@ -0,0 +1,3 @@
-- The Go migrator creates this logical schema with dialect-specific SQL.
-- This file documents the compatibility baseline: webhook_events, review_jobs,
-- review_runs, and bot_comments with the constraints described in README.md.
+1
View File
@@ -0,0 +1 @@
-- Compatibility migration: add review_jobs.trigger_comment_body when absent.