feat(agenthub-example): add runnable consumer demo script #13
Annotations
10 errors, 1 warning, and 1 notice
|
packages/core/tests/worktrees.test.ts > worktree manager > exposes worktree tools through the default registry:
packages/core/tests/worktrees.test.ts#L66
AssertionError: expected { callId: 'wt-create', …(4) } to match object { ok: true }
(4 matching properties omitted from actual)
- Expected
+ Received
{
- "ok": true,
+ "ok": false,
}
❯ packages/core/tests/worktrees.test.ts:66:21
|
|
packages/core/tests/worktrees.test.ts > worktree manager > creates, lists, and removes managed worktrees with dirty protection:
packages/core/src/worktrees.ts#L76
Error: Worktree stage15-wt was not created.
❯ WorktreeManager.create packages/core/src/worktrees.ts:76:13
❯ packages/core/tests/worktrees.test.ts:16:21
|
|
packages/core/tests/agents.test.ts > agent manager > exposes subagent tools through the default registry:
packages/core/tests/agents.test.ts#L183
AssertionError: expected { callId: 'subagent-coding', …(4) } to match object { ok: true }
(4 matching properties omitted from actual)
- Expected
+ Received
{
- "ok": true,
+ "ok": false,
}
❯ packages/core/tests/agents.test.ts:183:20
|
|
packages/core/tests/agents.test.ts > agent manager > accepts coding subagent worktree changes with target dirty protection:
packages/core/src/worktrees.ts#L76
Error: Worktree accepted-agent was not created.
❯ WorktreeManager.create packages/core/src/worktrees.ts:76:13
❯ AgentManager.runCoding packages/core/src/agents.ts:99:22
❯ packages/core/tests/agents.test.ts:122:20
|
|
packages/core/tests/agents.test.ts > agent manager > gets and discards coding subagent worktrees with dirty-change protection:
packages/core/src/worktrees.ts#L76
Error: Worktree dirty-agent was not created.
❯ WorktreeManager.create packages/core/src/worktrees.ts:76:13
❯ AgentManager.runCoding packages/core/src/agents.ts:99:22
❯ packages/core/tests/agents.test.ts:90:20
|
|
packages/core/tests/agents.test.ts > agent manager > runs coding subagents in managed worktrees and reports changes:
packages/core/src/worktrees.ts#L76
Error: Worktree agent-file was not created.
❯ WorktreeManager.create packages/core/src/worktrees.ts:76:13
❯ AgentManager.runCoding packages/core/src/agents.ts:99:22
❯ packages/core/tests/agents.test.ts:52:20
|
|
packages/cli/tests/main.test.ts > TokenDanceCode CLI > accepts coding subagent worktrees from top-level commands:
packages/cli/tests/main.test.ts#L956
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ packages/cli/tests/main.test.ts:956:28
|
|
packages/cli/tests/main.test.ts > TokenDanceCode CLI > shows and discards coding subagent worktrees from top-level commands:
packages/cli/tests/main.test.ts#L932
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ packages/cli/tests/main.test.ts:932:26
|
|
packages/cli/tests/main.test.ts > TokenDanceCode CLI > runs coding subagents in managed worktrees from top-level commands:
packages/cli/tests/main.test.ts#L906
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ packages/cli/tests/main.test.ts:906:25
|
|
packages/cli/tests/main.test.ts > TokenDanceCode CLI > manages worktrees in interactive and top-level commands:
packages/cli/tests/main.test.ts#L776
AssertionError: expected 'TokenDanceCode 0.2.0-ts.0\nTD CODE\nl…' to contain 'Created worktree cli-wt.'
- Expected
+ Received
- Created worktree cli-wt.
+ TokenDanceCode 0.2.0-ts.0
+ TD CODE
+ local coding agent | scrollback-first CLI
+
+ Type /help for commands, /exit to quit.
+ No worktrees.
+ No worktrees.
+ No worktrees.
+ Uncommitted changes detected:
+ ?? .worktrees/
+ bye
+
❯ packages/cli/tests/main.test.ts:776:38
|
|
npm-first TS baseline
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/
|
|
npm-first TS baseline
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|