@opencode-ai/protocol 0.0.0-next-16493 → 0.0.0-next-16495

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ export declare const ProjectGroup: HttpApiGroup.HttpApiGroup<"server.project", H
4
4
  readonly id: Schema.brand<Schema.String, "Project.ID"> & {
5
5
  global: string & import("effect/Brand").Brand<"Project.ID">;
6
6
  };
7
- readonly worktree: Schema.String;
7
+ readonly canonical: Schema.brand<Schema.String, "AbsolutePath">;
8
8
  readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Literals<readonly ["git", "hg"]>>>, Schema.optionalKey<Schema.Literals<readonly ["git", "hg"]>>, never, never>;
9
9
  readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
10
10
  readonly icon: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
@@ -37,6 +37,7 @@ export declare const ProjectGroup: HttpApiGroup.HttpApiGroup<"server.project", H
37
37
  global: string & import("effect/Brand").Brand<"Project.ID">;
38
38
  };
39
39
  readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
40
+ readonly canonical: Schema.brand<Schema.String, "AbsolutePath">;
40
41
  }>>, never, never, never> | HttpApiEndpoint.HttpApiEndpoint<"project.directories", "GET", "/api/project/:projectID/directories", Schema.toCodecStringTree<Schema.Struct<{
41
42
  projectID: Schema.brand<Schema.String, "Project.ID"> & {
42
43
  global: string & import("effect/Brand").Brand<"Project.ID">;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/protocol",
4
- "version": "0.0.0-next-16493",
4
+ "version": "0.0.0-next-16495",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "typecheck": "tsgo --noEmit"
29
29
  },
30
30
  "dependencies": {
31
- "@opencode-ai/schema": "0.0.0-next-16493",
31
+ "@opencode-ai/schema": "0.0.0-next-16495",
32
32
  "effect": "4.0.0-beta.101"
33
33
  },
34
34
  "devDependencies": {