@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.30
4
+
5
+ ### Changed
6
+
7
+ - clarified the README next-round example so the goal text no longer repeats `/cook` in a way that looks like part of the command syntax
8
+
3
9
  ## 0.1.29
4
10
 
5
11
  ### 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 ship the next workflow round for richer /cook startup proposals
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.29",
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,