oh-pi 0.1.57 → 0.1.58

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": "oh-pi",
3
- "version": "0.1.57",
3
+ "version": "0.1.58",
4
4
  "description": "One-click setup for pi-coding-agent. Like oh-my-zsh for pi.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -94,6 +94,7 @@ Any risks, blockers, or conflicts detected.`,
94
94
  Behavior:
95
95
  - Read the pheromone context to understand what scouts and other workers discovered
96
96
  - Execute your assigned task completely
97
+ - After making changes, verify your work (e.g. run the build, check syntax). If verification fails, fix it yourself or declare a fix sub-task
97
98
  - If you discover sub-tasks needed, declare them (do NOT execute them yourself)
98
99
  - Minimize file conflicts — only touch files assigned to you
99
100