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
+5
View File
@@ -52,3 +52,8 @@ REVIEW_RUNNER_IMAGE=node:22-bookworm-slim
# Security: fork PRs are skipped unless explicitly enabled.
ALLOW_UNTRUSTED_FORKS=false
# Optional SQLite/MariaDB override. When unset, DB_* values compose a MariaDB DSN.
DATABASE_URL=sqlite://./gitea-codex.db
WEBHOOK_MAX_BYTES=2097152
PORT=8000