Skip to content

Rename the implement director id to build #517

Rename the implement director id to build

Rename the implement director id to build #517

Triggered via pull request August 22, 2026 07:40
Status Failure
Total duration 1m 19s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
check
Process completed with exit code 1.
error: expect(received).toContain(expected): tests/unit/subagent.test.ts#L311
Expected to contain: "allowlist" Received: "Error: agent \"implement\" requested but no agent profiles are loaded. Omit agent to use a generic sub-agent, or ensure profiles are available." at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/subagent.test.ts:311:18)
error: expect(received).toContain(expected): tests/unit/subagent.test.ts#L218
Expected to contain: "ok" Received: "Error: agent \"implement\" requested but no agent profiles are loaded. Omit agent to use a generic sub-agent, or ensure profiles are available." at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/subagent.test.ts:218:18)
error: expect(received).toBe(expected): src/provider/reasoning-effort.test.ts#L155
Expected: "low" Received: "xhigh" at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/provider/reasoning-effort.test.ts:155:57)
error: expect(received).toBe(expected): src/provider/reasoning-effort.test.ts#L140
Expected: "low" Received: "xhigh" at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/provider/reasoning-effort.test.ts:140:54)
check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/