feat(protocol): publish package

This commit is contained in:
Dax Raad
2026-07-01 13:53:09 -04:00
parent 5e47501b8b
commit 98c09884bf
32 changed files with 231 additions and 65 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { Location } from "@opencode-ai/schema/location"
import { PositiveInt, RelativePath } from "@opencode-ai/schema/schema"
import { Schema } from "effect"
import { HttpApiEndpoint, HttpApiGroup, HttpApiSchema, OpenApi } from "effect/unstable/httpapi"
import { LocationQuery, locationQueryOpenApi } from "./location"
import { LocationQuery, locationQueryOpenApi } from "./location.js"
const ListQuery = Schema.Struct({
...LocationQuery.fields,