ai-code-battle/cmd/acb-api
jedarden 70c51d5df2 feat(api): add GET /api/status/{bot_id} endpoint per plan §8.2
Adds lightweight bot status endpoint that returns status and last_active.
Public endpoint for checking bot health without full profile fetch.

Closes: bf-5p43

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 16:53:03 -04:00
..
alerts.go style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
alerts_test.go style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
config.go Add Go API server (cmd/acb-api) with PostgreSQL, Valkey, and Glicko-2 2026-03-26 01:21:48 -04:00
config_test.go Add Go API server (cmd/acb-api) with PostgreSQL, Valkey, and Glicko-2 2026-03-26 01:21:48 -04:00
crypto.go fix: accept base64-encoded AES keys (OpenBao stores keys as base64, not hex) 2026-04-30 23:04:29 -04:00
crypto_test.go fix: accept base64-encoded AES keys (OpenBao stores keys as base64, not hex) 2026-04-30 23:04:29 -04:00
db.go feat(api): implement POST /api/request-enrichment endpoint 2026-05-04 02:58:11 -04:00
Dockerfile fix(docker): add COPY ratelimit/ to acb-api Dockerfile 2026-04-23 18:09:53 -04:00
enrichment_test.go feat(api): implement POST /api/request-enrichment endpoint 2026-05-04 02:58:11 -04:00
health.go Add Go API server (cmd/acb-api) with PostgreSQL, Valkey, and Glicko-2 2026-03-26 01:21:48 -04:00
main.go style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
mapvote_test.go fix(types): add missing ReplayPlayer import and type annotation for transcript feature 2026-04-22 18:20:56 -04:00
rotatekey_test.go fix(api): remove unused time import from rotatekey_test.go 2026-04-22 17:40:06 -04:00
server.go feat(api): add GET /api/status/{bot_id} endpoint per plan §8.2 2026-05-25 16:53:03 -04:00
server_test.go style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
spamfilter.go style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
spamfilter_test.go style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00