@cleocode/skills 2026.9.9 → 2026.9.10

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/skills",
3
- "version": "2026.9.9",
3
+ "version": "2026.9.10",
4
4
  "description": "CLEO skill definitions - bundled with CLEO monorepo",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -2,8 +2,8 @@
2
2
  name: ct-cleo
3
3
  description: CLEO task management protocol - session, task, and workflow guidance. Use when managing tasks, sessions, or multi-agent workflows with the CLEO CLI protocol.
4
4
  metadata:
5
- version: 2.20.4
6
- lastReviewed: 2026-09-20
5
+ version: 2.20.5
6
+ lastReviewed: 2026-09-21
7
7
  stability: stable
8
8
  ---
9
9
 
@@ -84,6 +84,7 @@ Use `cleo backup inspect <snapshot> --record-id <id>` for read-only historical e
84
84
  | Find work | `cleo next` → `cleo focus <id>` |
85
85
  | Search tasks | `cleo find "query"` |
86
86
  | Complete task | `cleo verify T### --gate ... --evidence "..."` → `cleo complete T###` |
87
+ | Run typed gates without recording | `cleo verify T### --run` |
87
88
  | Save memory | `cleo memory observe "..." --title "..."` |
88
89
  | Spawn subagent | `cleo orchestrate spawn <taskId> --tier 2` |
89
90
  | Create a Saga | `cleo saga create --title "..." --acceptance "..."` |