@cleocode/cleo 2026.3.23 → 2026.3.24

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/cleo",
3
- "version": "2026.3.23",
3
+ "version": "2026.3.24",
4
4
  "description": "CLEO V2 - TypeScript task management CLI for AI coding agents",
5
5
  "mcpName": "io.github.kryptobaseddev/cleo-mcp-server",
6
6
  "type": "module",
package/server.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
3
  "name": "io.github.kryptobaseddev/cleo-mcp-server",
4
4
  "title": "CLEO MCP Server",
5
- "description": "Task management for solo developers and AI coding agents — CQRS pattern, 177 operations",
6
- "version": "2026.3.7",
5
+ "description": "Task management for solo developers and AI coding agents — CQRS pattern, 200 operations across 10 domains",
6
+ "version": "2026.3.24",
7
7
  "websiteUrl": "https://github.com/kryptobaseddev/cleo",
8
8
  "repository": {
9
9
  "url": "https://github.com/kryptobaseddev/cleo.git",
@@ -13,7 +13,7 @@
13
13
  {
14
14
  "registryType": "npm",
15
15
  "identifier": "@cleocode/cleo",
16
- "version": "2026.3.7",
16
+ "version": "2026.3.24",
17
17
  "transport": {
18
18
  "type": "stdio"
19
19
  },
@@ -47,7 +47,7 @@
47
47
  ],
48
48
  "features": [
49
49
  "CQRS 2-gateway pattern (94% token reduction vs traditional MCP tool approach)",
50
- "177 operations across 11 domains",
50
+ "200 operations across 10 canonical domains",
51
51
  "Anti-hallucination validation on all task operations",
52
52
  "Atomic file operations with backup and rollback"
53
53
  ],