@cleocode/adapters 2026.9.2 → 2026.9.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleocode/adapters",
3
- "version": "2026.9.2",
3
+ "version": "2026.9.4",
4
4
  "description": "Unified provider adapters for CLEO (Claude Code, OpenCode, Cursor)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -15,9 +15,9 @@
15
15
  "@ai-sdk/anthropic": "^3.0.69",
16
16
  "@ai-sdk/openai": "^2.0.53",
17
17
  "ai": "^6.0.168",
18
- "@cleocode/caamp": "2026.9.2",
19
- "@cleocode/paths": "2026.9.2",
20
- "@cleocode/contracts": "2026.9.2"
18
+ "@cleocode/contracts": "2026.9.4",
19
+ "@cleocode/paths": "2026.9.4",
20
+ "@cleocode/caamp": "2026.9.4"
21
21
  },
22
22
  "license": "MIT",
23
23
  "engines": {
@@ -30,7 +30,7 @@
30
30
  "devDependencies": {
31
31
  "@types/node": "^24.3.0",
32
32
  "vitest": "^4.1.4",
33
- "@cleocode/playbooks": "2026.9.2"
33
+ "@cleocode/playbooks": "2026.9.4"
34
34
  },
35
35
  "repository": {
36
36
  "type": "git",
@@ -10,7 +10,7 @@ This command extends ct-orchestrator with **Claude Code-specific** operational g
10
10
  cleo session status # Resume existing?
11
11
  cleo dash # Project overview
12
12
  cleo current # Active task?
13
- cleo orchestrate start --epic TXXX # Full state + pipeline + next task
13
+ cleo orchestrate start TXXX # Full state + pipeline + next task
14
14
  ```
15
15
 
16
16
  Then ask the human what they want to focus on today. Follow LOOM (RCASD -> IVTR) lifecycle for all work.