feat(v2): expose canonical schema contracts

This commit is contained in:
Kit Langton 2026-07-06 15:22:47 -04:00
commit ad295d58fa
15 changed files with 159 additions and 30 deletions

View file

@ -5,6 +5,7 @@
"type": "module",
"license": "MIT",
"scripts": {
"test": "bun test --timeout 5000",
"typecheck": "tsgo --noEmit",
"build": "tsc"
},
@ -22,6 +23,7 @@
],
"dependencies": {
"@ai-sdk/provider": "3.0.8",
"@opencode-ai/schema": "workspace:*",
"@opencode-ai/sdk": "workspace:*",
"effect": "catalog:",
"zod": "catalog:"