@cleocode/adapters 2026.4.113 → 2026.4.115

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.
package/dist/index.js CHANGED
@@ -992,6 +992,13 @@ var init_variable_substitution = __esm({
992
992
  }
993
993
  });
994
994
 
995
+ // packages/contracts/src/operations/worktree.ts
996
+ var init_worktree = __esm({
997
+ "packages/contracts/src/operations/worktree.ts"() {
998
+ "use strict";
999
+ }
1000
+ });
1001
+
995
1002
  // packages/contracts/src/operations/index.ts
996
1003
  var init_operations = __esm({
997
1004
  "packages/contracts/src/operations/index.ts"() {
@@ -1012,6 +1019,7 @@ var init_operations = __esm({
1012
1019
  init_tasks();
1013
1020
  init_validate();
1014
1021
  init_variable_substitution();
1022
+ init_worktree();
1015
1023
  }
1016
1024
  });
1017
1025
 
@@ -1022,6 +1030,13 @@ var init_orchestration_hierarchy = __esm({
1022
1030
  }
1023
1031
  });
1024
1032
 
1033
+ // packages/contracts/src/peer.ts
1034
+ var init_peer = __esm({
1035
+ "packages/contracts/src/peer.ts"() {
1036
+ "use strict";
1037
+ }
1038
+ });
1039
+
1025
1040
  // packages/contracts/src/session.ts
1026
1041
  var init_session2 = __esm({
1027
1042
  "packages/contracts/src/session.ts"() {
@@ -1106,6 +1121,7 @@ var init_src = __esm({
1106
1121
  init_operations();
1107
1122
  init_params();
1108
1123
  init_orchestration_hierarchy();
1124
+ init_peer();
1109
1125
  init_session2();
1110
1126
  init_status_registry();
1111
1127
  init_task_evidence();