@opencode/schema 0.0.0-dev-19316 → 0.0.0-dev-19323

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.
@@ -2,6 +2,6 @@ export * as ConfigWorktree from "./worktree.js";
2
2
  import { Schema } from "effect";
3
3
  export const Info = Schema.Struct({
4
4
  directory: Schema.Trim.pipe(Schema.check(Schema.isNonEmpty())).annotate({
5
- description: "Parent directory for new worktrees, relative to the declaring config file when not absolute",
5
+ description: "Parent directory for new worktrees, relative to the project's primary checkout when not absolute",
6
6
  }),
7
7
  }).annotate({ identifier: "Config.Worktree" });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode/schema",
4
- "version": "0.0.0-dev-19316",
4
+ "version": "0.0.0-dev-19323",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {