PR #327 added the first Noetica deployment CI. The Agent Machine build and test job passes, but the app static build job fails at the root TypeScript typecheck step.
Observed workflow state:
- root npm install succeeded
- root typecheck failed
- static build and static export probe were skipped
- agent-machine install, build, and test passed
Acceptance criteria:
npm run typecheck passes from the repository root.
- CI then reaches
npm run build:static and npm run build:static:probe.
- Any existing type debt is fixed or explicitly isolated behind a separate tracked compatibility boundary.
PR #327 added the first Noetica deployment CI. The Agent Machine build and test job passes, but the app static build job fails at the root TypeScript typecheck step.
Observed workflow state:
Acceptance criteria:
npm run typecheckpasses from the repository root.npm run build:staticandnpm run build:static:probe.