@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 +2 -1
- package/package.json +1 -1
- package/playbooks/implement.md +4 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
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"
|
package/playbooks/implement.md
CHANGED
|
@@ -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.
|