Skip to content

feat: add library-based ts-to-zod schema generation #2828

feat: add library-based ts-to-zod schema generation

feat: add library-based ts-to-zod schema generation #2828

Triggered via pull request December 12, 2025 17:04
Status Failure
Total duration 36s
Artifacts

main.yml

on: pull_request
Matrix: test
publish
publish
Fit to window
Zoom out
Zoom in

Annotations

13 errors
build
Process completed with exit code 2.
build: test/shared/protocol.test.ts#L3811
Expected 2-3 arguments, but got 1.
build: test/shared/protocol.test.ts#L3731
Expected 2-3 arguments, but got 1.
build: test/shared/protocol.test.ts#L3684
Expected 2-3 arguments, but got 1.
build: test/shared/protocol.test.ts#L2304
Expected 2-3 arguments, but got 1.
build: test/shared/protocol.test.ts#L2089
Expected 2-3 arguments, but got 1.
build: test/integration-tests/taskLifecycle.test.ts#L1043
Expected 2-3 arguments, but got 1.
test (24)
Process completed with exit code 1.
test/shared/protocol.test.ts > Message Interception > server queues responses/errors for task-related requests > should queue error when handling a request with relatedTask metadata that throws: test/shared/protocol.test.ts#L3767
AssertionError: expected 'Cannot read properties of undefined (…' to contain 'Test error message' Expected: "Test error message" Received: "Cannot read properties of undefined (reading '_zod')" ❯ test/shared/protocol.test.ts:3767:62
test/shared/protocol.test.ts > Message Interception > server queues responses/errors for task-related requests > should queue response when handling a request with relatedTask metadata: test/shared/protocol.test.ts#L3716
AssertionError: expected 'error' to be 'response' // Object.is equality Expected: "response" Received: "error" ❯ test/shared/protocol.test.ts:3716:41
test (18)
Process completed with exit code 1.
test/shared/protocol.test.ts > Message Interception > server queues responses/errors for task-related requests > should queue error when handling a request with relatedTask metadata that throws: test/shared/protocol.test.ts#L3767
AssertionError: expected 'Cannot read properties of undefined (…' to contain 'Test error message' Expected: "Test error message" Received: "Cannot read properties of undefined (reading '_zod')" ❯ test/shared/protocol.test.ts:3767:62
test/shared/protocol.test.ts > Message Interception > server queues responses/errors for task-related requests > should queue response when handling a request with relatedTask metadata: test/shared/protocol.test.ts#L3716
AssertionError: expected 'error' to be 'response' // Object.is equality Expected: "response" Received: "error" ❯ test/shared/protocol.test.ts:3716:41