You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Static checks (lint, build, tsc) alone cannot catch runtime failures such as
ESM module eager evaluation, .env loading issues, and Docker path resolution
problems — all of which were discovered during v3 implementation (documented
in .kiro/specs plan.md task 12).
Add Phase 4-3 with progressive verification stages:
- 4-3a: lint → build (static checks)
- 4-3b: local Docker image build + docker run artifact inspection
- 4-3c: local migration execution against real DSQL cluster
- 4-3d: local dev server + browser verification
Also fix Phase 3 checkpoint ordering to lint → build (detect DSQL
incompatible patterns before attempting build).
0 commit comments