Merge branch 'wwip-implement-studio': studio via npx, 0.5.0 release prep #121
ci.yml
on: push
Install dependencies
21s
Build
38s
Typecheck
34s
Test
3m 33s
Format check
32s
Dead code check
23s
Annotations
15 errors and 6 warnings
|
Dead code check
Process completed with exit code 1.
|
|
Typecheck
Process completed with exit code 2.
|
|
Typecheck
Cannot find module 'zod' or its corresponding type declarations.
|
|
Build
Process completed with exit code 2.
|
|
Build
Cannot find module 'zod' or its corresponding type declarations.
|
|
tests/compile-discover.test.ts > compile > manifest has correct parent-child relationships:
tests/compile-discover.test.ts#L83
Error: ENOENT: no such file or directory, open '/home/runner/work/converge/converge/tests/test-compile-discover/.converge/journal/default/manifest.json'
❯ tests/compile-discover.test.ts:83:17
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/converge/converge/tests/test-compile-discover/.converge/journal/default/manifest.json' }
|
|
tests/compile-discover.test.ts > compile > writes runstate.json to journal:
tests/compile-discover.test.ts#L73
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/compile-discover.test.ts:73:60
|
|
tests/compile-discover.test.ts > compile > writes manifest.json to journal:
tests/compile-discover.test.ts#L69
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/compile-discover.test.ts:69:60
|
|
tests/compile-discover.test.ts > compile > discovers 3 nodes (1 parent + 2 children):
tests/compile-discover.test.ts#L63
AssertionError: expected 'node:internal/modules/cjs/loader:1210…' to contain 'Compiled default: 3 nodes'
- Expected
+ Received
- Compiled default: 3 nodes
+ node:internal/modules/cjs/loader:1210
+ throw err;
+ ^
+
+ Error: Cannot find module '/home/runner/work/converge/converge/packages/cli/dist/index.js'
+ at Module._resolveFilename (node:internal/modules/cjs/loader:1207:15)
+ at Module._load (node:internal/modules/cjs/loader:1038:27)
+ at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:164:12)
+ at node:internal/main/run_main_module:28:49 {
+ code: 'MODULE_NOT_FOUND',
+ requireStack: []
+ }
+
+ Node.js v20.20.2
+
❯ tests/compile-discover.test.ts:63:17
|
|
tests/codex-backend.test.ts > codexfn CLI spawn > spawns codex exec with sandbox flags:
tests/codex-backend.test.ts#L90
Error: Cannot find module '/packages/codexfn/dist/codexfn.js' imported from /home/runner/work/converge/converge/tests/codex-backend.test.ts
❯ tests/codex-backend.test.ts:90:17
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
tests/codex-backend.test.ts > codexfn exports > exports utility functions:
tests/codex-backend.test.ts#L70
Error: Cannot find module '/packages/codexfn/dist/index.js' imported from /home/runner/work/converge/converge/tests/codex-backend.test.ts
❯ tests/codex-backend.test.ts:70:17
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
tests/codex-backend.test.ts > codexfn exports > exports GlobalQueue:
tests/codex-backend.test.ts#L65
Error: Cannot find module '/packages/codexfn/dist/index.js' imported from /home/runner/work/converge/converge/tests/codex-backend.test.ts
❯ tests/codex-backend.test.ts:65:17
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
tests/codex-backend.test.ts > codexfn exports > exports compose:
tests/codex-backend.test.ts#L60
Error: Cannot find module '/packages/codexfn/dist/index.js' imported from /home/runner/work/converge/converge/tests/codex-backend.test.ts
❯ tests/codex-backend.test.ts:60:17
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
tests/codex-backend.test.ts > codexfn exports > exports codexfn factory:
tests/codex-backend.test.ts#L55
Error: Cannot find module '/packages/codexfn/dist/index.js' imported from /home/runner/work/converge/converge/tests/codex-backend.test.ts
❯ tests/codex-backend.test.ts:55:17
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
tests/cli-help.test.ts > CLI help > prints the top-level help contract from the built executable:
tests/cli-help.test.ts#L17
AssertionError: node:internal/modules/cjs/loader:1210
throw err;
^
Error: Cannot find module '/home/runner/work/converge/converge/packages/cli/dist/index.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1207:15)
at Module._load (node:internal/modules/cjs/loader:1038:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:164:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v20.20.2
: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/cli-help.test.ts:17:35
|
|
Install dependencies
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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 16th, 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/
|
|
Dead code check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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 16th, 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/
|
|
Format check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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 16th, 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/
|
|
Typecheck
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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 16th, 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/
|
|
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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 16th, 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/
|
|
Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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 16th, 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/
|