Merge pull request #9 from eybersjp/claude/vibrant-lederberg-080dba #87
Annotations
10 errors and 2 warnings
|
Verify Base:
apps/control-service/src/handlers/get-automation-status.ts#L100
Property 'AUDIT_VIEW' does not exist on type '{ readonly GATE_APPROVED: "GATE_APPROVED"; readonly GATE_REJECTED: "GATE_REJECTED"; readonly GATE_AUTO_APPROVED: "GATE_AUTO_APPROVED"; readonly RUN_CREATED: "RUN_CREATED"; readonly RUN_RESUMED: "RUN_RESUMED"; ... 13 more ...; readonly UNAUTHORIZED_ACCESS: "UNAUTHORIZED_ACCESS"; }'.
|
|
Verify Base:
apps/control-service/src/handlers/get-automation-status.ts#L81
Property 'AUDIT_VIEW' does not exist on type '{ readonly GATE_APPROVED: "GATE_APPROVED"; readonly GATE_REJECTED: "GATE_REJECTED"; readonly GATE_AUTO_APPROVED: "GATE_AUTO_APPROVED"; readonly RUN_CREATED: "RUN_CREATED"; readonly RUN_RESUMED: "RUN_RESUMED"; ... 13 more ...; readonly UNAUTHORIZED_ACCESS: "UNAUTHORIZED_ACCESS"; }'.
|
|
Verify Base:
apps/control-service/src/handlers/get-automation-status.ts#L62
Property 'AUDIT_VIEW' does not exist on type '{ readonly GATE_APPROVED: "GATE_APPROVED"; readonly GATE_REJECTED: "GATE_REJECTED"; readonly GATE_AUTO_APPROVED: "GATE_AUTO_APPROVED"; readonly RUN_CREATED: "RUN_CREATED"; readonly RUN_RESUMED: "RUN_RESUMED"; ... 13 more ...; readonly UNAUTHORIZED_ACCESS: "UNAUTHORIZED_ACCESS"; }'.
|
|
Verify Base:
apps/control-service/src/handlers/get-automation-status.ts#L46
Property 'SETTINGS_UPDATED' does not exist on type '{ readonly GATE_APPROVED: "GATE_APPROVED"; readonly GATE_REJECTED: "GATE_REJECTED"; readonly GATE_AUTO_APPROVED: "GATE_AUTO_APPROVED"; readonly RUN_CREATED: "RUN_CREATED"; readonly RUN_RESUMED: "RUN_RESUMED"; ... 13 more ...; readonly UNAUTHORIZED_ACCESS: "UNAUTHORIZED_ACCESS"; }'.
|
|
Verify Base:
apps/control-service/src/handlers/get-automation-status.ts#L17
Property 'AUDIT_VIEW' does not exist on type '{ readonly GATE_APPROVED: "GATE_APPROVED"; readonly GATE_REJECTED: "GATE_REJECTED"; readonly GATE_AUTO_APPROVED: "GATE_AUTO_APPROVED"; readonly RUN_CREATED: "RUN_CREATED"; readonly RUN_RESUMED: "RUN_RESUMED"; ... 13 more ...; readonly UNAUTHORIZED_ACCESS: "UNAUTHORIZED_ACCESS"; }'.
|
|
Verify Base:
apps/control-service/src/handlers/create-run.ts#L37
Type 'string' is not assignable to type 'Mode | undefined'.
|
|
Verify Base:
apps/control-service/src/db/pool.ts#L53
'pool' is possibly 'null'.
|
|
Verify Base:
apps/control-service/src/db/pool.ts#L42
'pool' is possibly 'null'.
|
|
Verify Base:
apps/control-service/src/config/env.ts#L45
Conversion of type '{ DATABASE_URL: string; REDIS_URL: string; JWT_SECRET: string; NODE_ENV: "test"; PORT: number; CKU_ALLOWED_ORIGINS: string; LOG_LEVEL: "info"; }' to type '{ LOG_LEVEL: "warn" | "info" | "error" | "debug"; REDIS_URL: string; DATABASE_URL: string; NODE_ENV: "staging" | "production" | "development"; JWT_SECRET: string; PORT: number; CKU_ALLOWED_ORIGINS: string; INSFORGE_API_KEY?: string | undefined; INSFORGE_PROJECT_ID?: string | undefined; INSFORGE_API_BASE_URL?: string...' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Verify Base:
apps/control-service/src/alerts/error-tracking-middleware.ts#L8
Cannot find module '../../../shared/src/logger' or its corresponding type declarations.
|
|
Verify Base
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Verify Base
The process '/usr/bin/git' failed with exit code 128
|