Skip to content

Fix root TypeScript typecheck surfaced by CI #328

Description

@mdheller

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions