f856dd26b3
CI / Architecture Guardrails (push) Successful in 2m18s
CI / Assistant Split Regression (push) Successful in 5m10s
CI / Lint (push) Successful in 6m2s
CI / Typecheck (push) Successful in 6m37s
CI / Unit Tests (push) Successful in 9m5s
CI / Build (push) Successful in 5m24s
CI / E2E Tests (push) Failing after 3m55s
CI / Release Images (push) Has been skipped
CI / Fresh-Linux Docker Deploy (push) Failing after 3m18s
- e2e: install psql; dump 'getent hosts postgres' (suspect two hosts answer to 'postgres' on gitea_gitea) and the table list after push. Fail loudly when audit_logs is missing so we see the true state at push time instead of later at seed time. - docker-deploy: setup-admin.mjs imports @prisma/client via bare specifier, which only resolves inside packages/db in pnpm workspaces. Run the script through `pnpm --filter @capakraken/db exec` so Node walks the right node_modules. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>