generated from coulomb/repo-seed
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
767 B
767 B
id, type, title, domain, repo, status, owner, created, updated
| id | type | title | domain | repo | status | owner | created | updated |
|---|---|---|---|---|---|---|---|---|
| ADHOC-2026-06-15 | workplan | Ad hoc Inter-Hub production fixes | custodian | inter-hub | active | codex | 2026-06-15 | 2026-06-15 |
Ad hoc Inter-Hub production fixes
Fix COUNT decode failures in v2 bootstrap endpoints
id: ADHOC-2026-06-15-T01
status: progress
priority: high
Production Ops Hub bootstrap exposed a PostgreSQL/Haskell type mismatch in
the v2 API helpers. COUNT(*) returns bigint, while the helper code decoded
the result as Int, causing UnexpectedColumnTypeStatementError in widget
type validation and API request log rate-limit checks.
Fix the count queries so widget creation and authenticated hub-registry reads work through the documented v2 bootstrap API.