feat(hermes): add provider onboarding foundation #13
Annotations
10 errors and 2 warnings
|
[cli] test/cli.test.ts > CLI dispatch > explains sandbox connect command order when the sandbox name is last:
test/cli.test.ts#L481
AssertionError: expected 'node:internal/modules/cjs/loader:1386…' to contain 'Sandbox \'hermes\' does not exist'
- Expected
+ Received
- Sandbox 'hermes' does not exist
+ node:internal/modules/cjs/loader:1386
+ throw err;
+ ^
+
+ Error: Cannot find module './credentials'
+ Require stack:
+ - /home/runner/work/NemoClaw/NemoClaw/dist/lib/hermes-provider-auth.js
+ - /home/runner/work/NemoClaw/NemoClaw/dist/lib/onboard.js
+ - /home/runner/work/NemoClaw/NemoClaw/dist/nemoclaw.js
+ - /home/runner/work/NemoClaw/NemoClaw/bin/nemoclaw.js
+ at Function._resolveFilename (node:internal/modules/cjs/loader:1383:15)
+ at defaultResolveImpl (node:internal/modules/cjs/loader:1025:19)
+ at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1030:22)
+ at Function._load (node:internal/modules/cjs/loader:1192:37)
+ at TracingChannel.traceSync (node:diagnostics_channel:328:14)
+ at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
+ at Module.require (node:internal/modules/cjs/loader:1463:12)
+ at require (node:internal/modules/helpers:147:16)
+ at Object.<anonymous> (/home/runner/work/NemoClaw/NemoClaw/dist/lib/hermes-provider-auth.js:16:25)
+ at Module._compile (node:internal/modules/cjs/loader:1705:14) {
+ code: 'MODULE_NOT_FOUND',
+ requireStack: [
+ '/home/runner/work/NemoClaw/NemoClaw/dist/lib/hermes-provider-auth.js',
+ '/home/runner/work/NemoClaw/NemoClaw/dist/lib/onboard.js',
+ '/home/runner/work/NemoClaw/NemoClaw/dist/nemoclaw.js',
+ '/home/runner/work/NemoClaw/NemoClaw/bin/nemoclaw.js'
+ ]
+ }
+
+ Node.js v22.22.2
+
❯ test/cli.test.ts:481:19
|
|
[cli] test/cli.test.ts > CLI dispatch > recovers a live sandbox before suggesting a bare command typo:
test/cli.test.ts#L459
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/cli.test.ts:459:20
|
|
[cli] test/cli.test.ts > CLI dispatch > suggests list for a mistyped list command:
test/cli.test.ts#L426
AssertionError: expected 'node:internal/modules/cjs/loader:1386…' to contain 'Unknown command: liost'
- Expected
+ Received
- Unknown command: liost
+ node:internal/modules/cjs/loader:1386
+ throw err;
+ ^
+
+ Error: Cannot find module './credentials'
+ Require stack:
+ - /home/runner/work/NemoClaw/NemoClaw/dist/lib/hermes-provider-auth.js
+ - /home/runner/work/NemoClaw/NemoClaw/dist/lib/onboard.js
+ - /home/runner/work/NemoClaw/NemoClaw/dist/nemoclaw.js
+ - /home/runner/work/NemoClaw/NemoClaw/bin/nemoclaw.js
+ at Function._resolveFilename (node:internal/modules/cjs/loader:1383:15)
+ at defaultResolveImpl (node:internal/modules/cjs/loader:1025:19)
+ at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1030:22)
+ at Function._load (node:internal/modules/cjs/loader:1192:37)
+ at TracingChannel.traceSync (node:diagnostics_channel:328:14)
+ at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
+ at Module.require (node:internal/modules/cjs/loader:1463:12)
+ at require (node:internal/modules/helpers:147:16)
+ at Object.<anonymous> (/home/runner/work/NemoClaw/NemoClaw/dist/lib/hermes-provider-auth.js:16:25)
+ at Module._compile (node:internal/modules/cjs/loader:1705:14) {
+ code: 'MODULE_NOT_FOUND',
+ requireStack: [
+ '/home/runner/work/NemoClaw/NemoClaw/dist/lib/hermes-provider-auth.js',
+ '/home/runner/work/NemoClaw/NemoClaw/dist/lib/onboard.js',
+ '/home/runner/work/NemoClaw/NemoClaw/dist/nemoclaw.js',
+ '/home/runner/work/NemoClaw/NemoClaw/bin/nemoclaw.js'
+ ]
+ }
+
+ Node.js v22.22.2
+
❯ test/cli.test.ts:426:19
|
|
[cli] test/cli.test.ts > CLI dispatch > unknown command with non-sandbox action exits 1:
test/cli.test.ts#L406
AssertionError: expected false to be truthy
- Expected
+ Received
- true
+ false
❯ test/cli.test.ts:406:47
|
|
[cli] test/cli.test.ts > CLI dispatch > bare unknown name surfaces sandbox-not-found (#2164):
test/cli.test.ts#L400
AssertionError: expected false to be truthy
- Expected
+ Received
- true
+ false
❯ test/cli.test.ts:400:65
|
|
[cli] test/cli.test.ts > CLI dispatch > no args exits 0 (shows help):
test/cli.test.ts#L390
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/cli.test.ts:390:20
|
|
[cli] test/cli.test.ts > CLI dispatch > -h exits 0:
test/cli.test.ts#L385
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/cli.test.ts:385:28
|
|
[cli] test/cli.test.ts > CLI dispatch > version exits 0:
test/cli.test.ts#L380
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/cli.test.ts:380:20
|
|
[cli] test/cli.test.ts > CLI dispatch > --help exits 0:
test/cli.test.ts#L375
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/cli.test.ts:375:32
|
|
[cli] test/cli.test.ts > CLI dispatch > help exits 0 and shows sections:
test/cli.test.ts#L359
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/cli.test.ts:359:20
|
|
changes
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36. 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/
|
|
changes
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']
|