@cleocode/adapters 2026.4.141 → 2026.4.143
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 +8 -0
- package/dist/index.js.map +3 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -964,6 +964,13 @@ var init_research = __esm({
|
|
|
964
964
|
}
|
|
965
965
|
});
|
|
966
966
|
|
|
967
|
+
// packages/contracts/src/operations/sentient.ts
|
|
968
|
+
var init_sentient = __esm({
|
|
969
|
+
"packages/contracts/src/operations/sentient.ts"() {
|
|
970
|
+
"use strict";
|
|
971
|
+
}
|
|
972
|
+
});
|
|
973
|
+
|
|
967
974
|
// packages/contracts/src/operations/session.ts
|
|
968
975
|
var init_session = __esm({
|
|
969
976
|
"packages/contracts/src/operations/session.ts"() {
|
|
@@ -1029,6 +1036,7 @@ var init_operations = __esm({
|
|
|
1029
1036
|
init_params();
|
|
1030
1037
|
init_release();
|
|
1031
1038
|
init_research();
|
|
1039
|
+
init_sentient();
|
|
1032
1040
|
init_session();
|
|
1033
1041
|
init_skills();
|
|
1034
1042
|
init_system();
|