Scope: all 17 workspace projects Lockfile is up to date, resolution step is skipped Progress: resolved 1, reused 0, downloaded 0, added 0 Packages: +221 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Progress: resolved 221, reused 221, downloaded 0, added 221, done devDependencies: + @electric-sql/pglite 0.5.5 + @eslint/js 10.0.1 + @platform-modules/db 0.3.0 + @types/node 22.20.1 + dependency-cruiser 18.2.0 + drizzle-kit 0.31.10 + drizzle-orm 0.45.2 + eslint 10.8.1 + postgres 3.4.9 + prettier 3.9.6 + tsx 4.23.12 + typescript 5.9.3 + typescript-eslint 8.67.0 + vitest 3.2.6 Done in 1.3s > @awp/workspace@0.0.0 check /home/user/runs/run-20260822T081435Z-5vwz8u/repo > pnpm typecheck && pnpm lint && pnpm test && pnpm build && pnpm test:architecture && pnpm format:check > @awp/workspace@0.0.0 typecheck /home/user/runs/run-20260822T081435Z-5vwz8u/repo > pnpm -r --if-present build && pnpm -r --if-present typecheck Scope: 16 of 17 workspace projects packages/contracts build$ tsc -p tsconfig.build.json packages/contracts build: Done apps/gateway build$ tsc -p tsconfig.build.json apps/web build$ tsc -p tsconfig.build.json packages/config build$ tsc -p tsconfig.build.json packages/domain build$ tsc -p tsconfig.build.json apps/gateway build: Done packages/observability build$ tsc -p tsconfig.build.json packages/config build: Done packages/domain build: Done packages/observability build: Done apps/web build: Done packages/application build$ tsc -p tsconfig.build.json packages/application build: Done packages/persistence build$ tsc -p tsconfig.build.json packages/providers/account-subrouter build$ tsc -p tsconfig.build.json packages/providers/agent-acp build$ tsc -p tsconfig.build.json packages/providers/ci-github build$ tsc -p tsconfig.build.json packages/providers/agent-acp build: Done packages/providers/factory-fabro build$ tsc -p tsconfig.build.json packages/providers/account-subrouter build: Done packages/providers/vcs-github build$ tsc -p tsconfig.build.json packages/providers/ci-github build: Done packages/providers/workflow-dbos build$ tsc -p tsconfig.build.json packages/providers/vcs-github build: Done packages/providers/workspace-kubernetes build$ tsc -p tsconfig.build.json packages/providers/factory-fabro build: Done packages/providers/workflow-dbos build: Done packages/persistence build: Done packages/providers/workspace-kubernetes build: Done apps/control-plane build$ tsc -p tsconfig.build.json apps/control-plane build: Done Scope: 16 of 17 workspace projects packages/contracts typecheck$ tsc -p tsconfig.json --noEmit packages/contracts typecheck: Done apps/gateway typecheck$ tsc -p tsconfig.json --noEmit packages/config typecheck$ tsc -p tsconfig.json --noEmit apps/web typecheck$ tsc -p tsconfig.json --noEmit packages/domain typecheck$ tsc -p tsconfig.json --noEmit apps/gateway typecheck: Done packages/observability typecheck$ tsc -p tsconfig.json --noEmit packages/config typecheck: Done packages/domain typecheck: Done packages/observability typecheck: Done apps/web typecheck: Done packages/application typecheck$ tsc -p tsconfig.json --noEmit packages/application typecheck: Done packages/persistence typecheck$ tsc -p tsconfig.json --noEmit packages/providers/account-subrouter typecheck$ tsc -p tsconfig.json --noEmit packages/providers/agent-acp typecheck$ tsc -p tsconfig.json --noEmit packages/providers/ci-github typecheck$ tsc -p tsconfig.json --noEmit packages/providers/agent-acp typecheck: Done packages/providers/factory-fabro typecheck$ tsc -p tsconfig.json --noEmit packages/providers/ci-github typecheck: Done packages/providers/vcs-github typecheck$ tsc -p tsconfig.json --noEmit packages/providers/account-subrouter typecheck: Done packages/providers/workflow-dbos typecheck$ tsc -p tsconfig.json --noEmit packages/providers/factory-fabro typecheck: Done packages/providers/workspace-kubernetes typecheck$ tsc -p tsconfig.json --noEmit packages/providers/vcs-github typecheck: Done packages/providers/workflow-dbos typecheck: Done packages/persistence typecheck: Done packages/providers/workspace-kubernetes typecheck: Done apps/control-plane typecheck$ tsc -p tsconfig.json --noEmit apps/control-plane typecheck: Done > @awp/workspace@0.0.0 lint /home/user/runs/run-20260822T081435Z-5vwz8u/repo > eslint . > @awp/workspace@0.0.0 test /home/user/runs/run-20260822T081435Z-5vwz8u/repo > vitest run RUN v3.2.6 /home/user/runs/run-20260822T081435Z-5vwz8u/repo ✓ tests/providers/agent-acp/agent-acp.test.ts (11 tests) 13ms ✓ tests/providers/account-subrouter/account-subrouter.test.ts (11 tests) 67ms ✓ tests/providers/vcs-github/vcs-github.test.ts (11 tests) 15ms ✓ tests/application/i1-detail-read-models.test.ts (5 tests) 7ms ✓ tests/integration/workspace/workspace-kubernetes.test.ts (6 tests) 11ms ✓ tests/providers/factory-fabro/factory-fabro.test.ts (7 tests) 8ms ✓ tests/application/execution-retry.test.ts (1 test) 8ms ↓ tests/golive/02-control-plane-postgres.test.ts (4 tests | 4 skipped) ✓ tests/integration/dbos/workflow-dbos.test.ts (4 tests) 6ms ✓ tests/integration/arc/ci-github.test.ts (5 tests) 24ms ✓ tests/application/trusted-merge.test.ts (2 tests) 6ms ✓ tests/security/execution/execution-security.test.ts (5 tests) 8ms ✓ tests/ui/fire-projection.test.ts (7 tests) 12ms hint: Using 'master' as the name for the initial branch. This default branch name hint: will change to "main" in Git 3.0. To configure the initial branch name hint: to use in all of your new repositories, which will suppress this warning, hint: call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m hint: hint: Disable this message with "git config set advice.defaultBranchName false" hint: Using 'master' as the name for the initial branch. This default branch name hint: will change to "main" in Git 3.0. To configure the initial branch name hint: to use in all of your new repositories, which will suppress this warning, hint: call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m hint: hint: Disable this message with "git config set advice.defaultBranchName false" To /tmp/awp-local-merge-eb3iE5/origin.git * [new branch] main -> main ✓ tests/application/local-git-merge.test.ts (1 test) 122ms ✓ tests/architecture/boundaries.test.ts (6 tests) 138ms ✓ tests/application/commands.test.ts (2 tests) 5ms ✓ tests/e2e/ui/lifecycle-render.test.ts (3 tests) 9ms ↓ tests/golive/28-self-project.test.ts (1 test | 1 skipped) ✓ tests/ui/live-tool-diff.test.ts (1 test) 3ms ✓ tests/integration/arc/arc-manifests.test.ts (3 tests) 4ms ✓ tests/ui/routes-and-states.test.ts (4 tests) 8ms ✓ tests/domain/attempt-provenance.test.ts (2 tests) 4ms ✓ tests/config/configuration.test.ts (2 tests) 4ms ✓ tests/domain/queue.test.ts (3 tests) 6ms ✓ tests/ui/live-failure-state.test.ts (1 test) 3ms ✓ tests/domain/dependencies.test.ts (3 tests) 4ms ✓ tests/application/security.test.ts (2 tests) 4ms ✓ tests/domain/lifecycle.test.ts (2 tests) 6ms ✓ tests/domain/candidate.test.ts (1 test) 4ms ✓ tests/ui/c1-contract.test.ts (2 tests) 4ms ✓ tests/application/provider-contracts.test.ts (1 test) 2ms ✓ tests/persistence/schema.test.ts (1 test) 4ms ✓ tests/application/read-models.test.ts (1 test) 4ms ✓ tests/domain/authority.test.ts (1 test) 3ms ✓ tests/integration/persistence.test.ts (4 tests) 6424ms ✓ PostgreSQL foundation transaction > commits authoritative state, event, audit and outbox atomically 2194ms ✓ PostgreSQL foundation transaction > rolls all four families back when the application transaction fails 1625ms ✓ C1.x fenced credential authority > rejects stale generations and fences the old writer during handoff 1392ms ✓ C1.x immutable Attempt provider provenance > binds one provider/session reference and prevents retry provenance rewrites 1210ms Test Files 33 passed | 2 skipped (35) Tests 121 passed | 5 skipped (126) Start at 11:15:25 Duration 7.54s (transform 807ms, setup 0ms, collect 4.06s, tests 6.95s, environment 7ms, prepare 2.61s) > @awp/workspace@0.0.0 build /home/user/runs/run-20260822T081435Z-5vwz8u/repo > pnpm -r --if-present build Scope: 16 of 17 workspace projects packages/contracts build$ tsc -p tsconfig.build.json packages/contracts build: Done apps/gateway build$ tsc -p tsconfig.build.json apps/web build$ tsc -p tsconfig.build.json packages/config build$ tsc -p tsconfig.build.json packages/domain build$ tsc -p tsconfig.build.json apps/gateway build: Done packages/observability build$ tsc -p tsconfig.build.json packages/config build: Done packages/domain build: Done packages/observability build: Done apps/web build: Done packages/application build$ tsc -p tsconfig.build.json packages/application build: Done packages/persistence build$ tsc -p tsconfig.build.json packages/providers/account-subrouter build$ tsc -p tsconfig.build.json packages/providers/agent-acp build$ tsc -p tsconfig.build.json packages/providers/ci-github build$ tsc -p tsconfig.build.json packages/providers/agent-acp build: Done packages/providers/factory-fabro build$ tsc -p tsconfig.build.json packages/providers/account-subrouter build: Done packages/providers/vcs-github build$ tsc -p tsconfig.build.json packages/providers/ci-github build: Done packages/providers/workflow-dbos build$ tsc -p tsconfig.build.json packages/providers/factory-fabro build: Done packages/providers/workspace-kubernetes build$ tsc -p tsconfig.build.json packages/providers/vcs-github build: Done packages/providers/workflow-dbos build: Done packages/persistence build: Done packages/providers/workspace-kubernetes build: Done apps/control-plane build$ tsc -p tsconfig.build.json apps/control-plane build: Done > @awp/workspace@0.0.0 test:architecture /home/user/runs/run-20260822T081435Z-5vwz8u/repo > vitest run tests/architecture && depcruise --config .dependency-cruiser.cjs apps packages RUN v3.2.6 /home/user/runs/run-20260822T081435Z-5vwz8u/repo ✓ tests/architecture/boundaries.test.ts (6 tests) 125ms Test Files 1 passed (1) Tests 6 passed (6) Start at 11:15:44 Duration 362ms (transform 35ms, setup 0ms, collect 27ms, tests 125ms, environment 0ms, prepare 71ms) ✔ no dependency violations found (101 modules, 164 dependencies cruised) > @awp/workspace@0.0.0 format:check /home/user/runs/run-20260822T081435Z-5vwz8u/repo > prettier . --check Checking formatting... [warn] apps/web/src/approved-live.ts [warn] Code style issues found in the above file. Run Prettier with --write to fix.  ELIFECYCLE  Command failed with exit code 1.  ELIFECYCLE  Command failed with exit code 1. [run-remote] finished rc=1