@yemi33/minions 0.1.591 → 0.1.592

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,8 +1,9 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.591 (2026-04-08)
3
+ ## 0.1.592 (2026-04-08)
4
4
 
5
5
  ### Fixes
6
+ - move 'When to Stop' after Build/Test in implement playbook
6
7
  - per-type maxTurns bypassed when config has default maxTurns=100
7
8
 
8
9
  ## 0.1.590 (2026-04-08)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.591",
3
+ "version": "0.1.592",
4
4
  "description": "Multi-agent AI dev team that runs from ~/.minions/ — five autonomous agents share a single engine, dashboard, and knowledge base",
5
5
  "bin": {
6
6
  "minions": "bin/minions.js"
@@ -60,11 +60,6 @@ Do NOT remove the worktree — the engine handles cleanup automatically.
60
60
 
61
61
  {{pr_section}}
62
62
 
63
- ## When to Stop
64
-
65
- Your task is complete once you have: (1) pushed your branch, (2) created the PR, and (3) confirmed the build passes. Do NOT continue exploring, refactoring, or adding features beyond the task description. Stop immediately after the PR is created and verified.
66
-
67
-
68
63
  ## Build and Demo Rule
69
64
 
70
65
  After implementation:
@@ -90,3 +85,7 @@ Before creating a PR, run the project's test suite and ensure all existing tests
90
85
  - Re-run tests until all pass
91
86
  4. If tests were already failing before your changes (pre-existing failures), note them in the PR description but do NOT block on them
92
87
  5. Do NOT create a PR with failing tests that you introduced
88
+
89
+ ## When to Stop
90
+
91
+ Your task is complete once you have: (1) pushed your branch, (2) created the PR, and (3) confirmed the build and tests pass. Do NOT continue exploring, refactoring, or adding features beyond the task description. Stop immediately.