@cleocode/agents 2026.4.59 → 2026.4.60

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -118,7 +118,7 @@ Return ONLY one of these messages:
118
118
  | Token | Default | Description |
119
119
  |-------|---------|-------------|
120
120
  | `{{EPIC_ID}}` | `""` | Parent epic ID |
121
- | `{{OUTPUT_DIR}}` | `claudedocs/agent-outputs` | Output directory |
121
+ | `{{OUTPUT_DIR}}` | `.cleo/agent-outputs` | Output directory |
122
122
  | `{{MANIFEST_PATH}}` | `{{OUTPUT_DIR}}/MANIFEST.jsonl` | Manifest location |
123
123
 
124
124
  #### Error Handling
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleocode/agents",
3
- "version": "2026.4.59",
3
+ "version": "2026.4.60",
4
4
  "description": "CLEO agent protocols and templates",
5
5
  "type": "module",
6
6
  "license": "MIT",