@cleocode/agents 2026.4.59 → 2026.4.62
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/README.md +1 -1
- 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}}` |
|
|
121
|
+
| `{{OUTPUT_DIR}}` | `.cleo/agent-outputs` | Output directory |
|
|
122
122
|
| `{{MANIFEST_PATH}}` | `{{OUTPUT_DIR}}/MANIFEST.jsonl` | Manifest location |
|
|
123
123
|
|
|
124
124
|
#### Error Handling
|