@cleocode/adapters 2026.4.150 → 2026.4.152

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
@@ -950,6 +950,20 @@ var init_params = __esm({
950
950
  }
951
951
  });
952
952
 
953
+ // packages/contracts/src/operations/pipeline.ts
954
+ var init_pipeline = __esm({
955
+ "packages/contracts/src/operations/pipeline.ts"() {
956
+ "use strict";
957
+ }
958
+ });
959
+
960
+ // packages/contracts/src/operations/playbook.ts
961
+ var init_playbook = __esm({
962
+ "packages/contracts/src/operations/playbook.ts"() {
963
+ "use strict";
964
+ }
965
+ });
966
+
953
967
  // packages/contracts/src/operations/release.ts
954
968
  var init_release = __esm({
955
969
  "packages/contracts/src/operations/release.ts"() {
@@ -1034,6 +1048,8 @@ var init_operations = __esm({
1034
1048
  init_nexus_user_profile();
1035
1049
  init_orchestrate();
1036
1050
  init_params();
1051
+ init_pipeline();
1052
+ init_playbook();
1037
1053
  init_release();
1038
1054
  init_research();
1039
1055
  init_sentient();