@linimin/pi-letscook 0.1.29 → 0.1.30
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/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -54,7 +54,7 @@ Replace the active workflow with a different goal:
|
|
|
54
54
|
Start the next round after the previous workflow is already done:
|
|
55
55
|
|
|
56
56
|
```text
|
|
57
|
-
/cook
|
|
57
|
+
/cook improve startup proposal confirmation UX
|
|
58
58
|
```
|
|
59
59
|
|
|
60
60
|
## How `/cook` behaves
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linimin/pi-letscook",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.30",
|
|
4
4
|
"description": "Pi package for long-running completion workflows with canonical .agent state, role-based subagents, continuity, and verification helpers.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|