@cleocode/contracts 2026.4.140 → 2026.4.141

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,7 +2,7 @@
2
2
  * LLM operations contract types for the CLEO LLM abstraction layer.
3
3
  *
4
4
  * These are the wire-format types for the new `cleoLlmCall()` API surface
5
- * ported from Honcho's llm/ layer. They live in contracts so that packages
5
+ * ported from PSYCHE's llm/ layer. They live in contracts so that packages
6
6
  * outside core can reference them without importing the full SDK.
7
7
  *
8
8
  * @task T1399 (T1386-W13)
@@ -2,7 +2,7 @@
2
2
  * LLM operations contract types for the CLEO LLM abstraction layer.
3
3
  *
4
4
  * These are the wire-format types for the new `cleoLlmCall()` API surface
5
- * ported from Honcho's llm/ layer. They live in contracts so that packages
5
+ * ported from PSYCHE's llm/ layer. They live in contracts so that packages
6
6
  * outside core can reference them without importing the full SDK.
7
7
  *
8
8
  * @task T1399 (T1386-W13)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleocode/contracts",
3
- "version": "2026.4.140",
3
+ "version": "2026.4.141",
4
4
  "description": "Domain types, interfaces, and contracts for the CLEO ecosystem",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -2,7 +2,7 @@
2
2
  * LLM operations contract types for the CLEO LLM abstraction layer.
3
3
  *
4
4
  * These are the wire-format types for the new `cleoLlmCall()` API surface
5
- * ported from Honcho's llm/ layer. They live in contracts so that packages
5
+ * ported from PSYCHE's llm/ layer. They live in contracts so that packages
6
6
  * outside core can reference them without importing the full SDK.
7
7
  *
8
8
  * @task T1399 (T1386-W13)