Files
Mike Ryan e251bcac83 test(runtime): enforce shared cross-language conformance
Run the same public HTTP and socket cases against TypeScript and all native
runtimes. Keep native toolchains out of JavaScript-only jobs, require the
dedicated conformance gate, and retain regression evidence and fixture
review rules.
2026-09-11 15:55:31 -07:00

15 lines
377 B
JSON

{
"name": "runtime-conformance",
"private": true,
"type": "module",
"version": "0.0.0",
"description": "Shared socket-level specifications for native Intelligence runtimes",
"dependencies": {
"@ag-ui/client": "0.0.59",
"@copilotkit/aimock": "1.10.0",
"@copilotkit/core": "workspace:*",
"@copilotkit/runtime": "workspace:*",
"ws": "8.18.3"
}
}