refactor(sdk): remove local legacy package

This commit is contained in:
Dax Raad 2026-07-26 02:47:43 -04:00
commit 80865407e0
74 changed files with 46983 additions and 87229 deletions

View file

@ -1,6 +1,6 @@
export async function GET() {
const response = await fetch(
"https://raw.githubusercontent.com/anomalyco/opencode/refs/heads/dev/packages/sdk/openapi.json",
"https://raw.githubusercontent.com/anomalyco/opencode/refs/heads/dev/packages/protocol/openapi.json",
)
const json = await response.json()
return json