@cleocode/contracts 2026.4.116 → 2026.4.117
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Worktree backend SDK operation types (T1161).
|
|
3
3
|
*
|
|
4
|
-
* Wire-format types for the `@cleocode/worktree
|
|
4
|
+
* Wire-format types for the `@cleocode/worktree` SDK surface.
|
|
5
5
|
* Defines the contract for createWorktree, destroyWorktree, listWorktrees,
|
|
6
6
|
* and pruneWorktrees operations with XDG path canon (D029) and declarative
|
|
7
7
|
* hooks (D030 native lift of worktrunk missing features).
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Worktree backend SDK operation types (T1161).
|
|
3
3
|
*
|
|
4
|
-
* Wire-format types for the `@cleocode/worktree
|
|
4
|
+
* Wire-format types for the `@cleocode/worktree` SDK surface.
|
|
5
5
|
* Defines the contract for createWorktree, destroyWorktree, listWorktrees,
|
|
6
6
|
* and pruneWorktrees operations with XDG path canon (D029) and declarative
|
|
7
7
|
* hooks (D030 native lift of worktrunk missing features).
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -494,7 +494,7 @@ export type {
|
|
|
494
494
|
VariableResolver,
|
|
495
495
|
} from './operations/variable-substitution.js';
|
|
496
496
|
// === Worktree Backend SDK Types (T1161) ===
|
|
497
|
-
// Re-exported at top level so @cleocode/worktree
|
|
497
|
+
// Re-exported at top level so @cleocode/worktree and callers can
|
|
498
498
|
// import without the `ops.` namespace hop.
|
|
499
499
|
export type {
|
|
500
500
|
CreateWorktreeOptions,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Worktree backend SDK operation types (T1161).
|
|
3
3
|
*
|
|
4
|
-
* Wire-format types for the `@cleocode/worktree
|
|
4
|
+
* Wire-format types for the `@cleocode/worktree` SDK surface.
|
|
5
5
|
* Defines the contract for createWorktree, destroyWorktree, listWorktrees,
|
|
6
6
|
* and pruneWorktrees operations with XDG path canon (D029) and declarative
|
|
7
7
|
* hooks (D030 native lift of worktrunk missing features).
|