Skip to content

[codex] Add hybrid skill discovery and composer UX #143

[codex] Add hybrid skill discovery and composer UX

[codex] Add hybrid skill discovery and composer UX #143

Triggered via pull request April 10, 2026 16:51
Status Failure
Total duration 2m 34s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
2m 30s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
11s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Format, Lint, Typecheck, Test, Browser Test, Build
Process completed with exit code 1.
Format, Lint, Typecheck, Test, Browser Test, Build
@t3tools/web#test: command (/home/runner/work/t3code/t3code/apps/web) /home/runner/.bun/bin/bun run test exited (1)
src/store.test.ts > store read model sync > applies thread.loop-upserted and thread.loop-deleted domain events: apps/web/src/store.test.ts#L492
AssertionError: expected undefined to match object { enabled: true, intervalMinutes: 15 } - Expected: { "enabled": true, "intervalMinutes": 15, } + Received: undefined ❯ src/store.test.ts:492:42
src/store.test.ts > store read model sync > maps thread loop state from the read model: apps/web/src/store.test.ts#L449
AssertionError: expected undefined to match object { enabled: true, …(2) } - Expected: { "enabled": true, "intervalMinutes": 30, "prompt": "Check the deployment", } + Received: undefined ❯ src/store.test.ts:449:38
src/composerDraftStore.test.ts > composerDraftStore file references > persists and hydrates file references: apps/web/src/composerDraftStore.test.ts#L558
AssertionError: expected undefined to deeply equal [ { id: 'ref-1', …(4) } ] - Expected: [ { "id": "ref-1", "mimeType": "application/pdf", "name": "report.pdf", "path": "/tmp/project/report.pdf", "sizeBytes": 32, }, ] + Received: undefined ❯ src/composerDraftStore.test.ts:558:83
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/environments/runtime/catalog.test.ts#L98
Function `resolveRegistryRead` does not capture any variables from its parent scope