@yemi33/minions 0.1.901 → 0.1.902
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 +5 -0
- package/package.json +1 -1
- package/playbooks/fix.md +2 -0
- package/playbooks/implement.md +2 -0
- package/playbooks/work-item.md +2 -0
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.902",
|
|
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/fix.md
CHANGED
|
@@ -76,6 +76,8 @@ After pushing, respond to each review comment/thread:
|
|
|
76
76
|
|
|
77
77
|
Your task is complete once you have: (1) confirmed build and tests pass, (2) pushed the fix, (3) commented on the PR, and (4) resolved addressed review threads. Do NOT continue exploring unrelated code or making additional improvements. Stop immediately.
|
|
78
78
|
|
|
79
|
+
**NEVER run `gh pr merge` or any merge command on this PR.** The engine handles merging after review approval. Self-merging bypasses the review cycle and is prohibited.
|
|
80
|
+
|
|
79
81
|
## Completion
|
|
80
82
|
|
|
81
83
|
After finishing, output a structured completion block so the engine can parse your results:
|
package/playbooks/implement.md
CHANGED
|
@@ -82,3 +82,5 @@ Include build/test status and run instructions in the PR description. If the pro
|
|
|
82
82
|
## When to Stop
|
|
83
83
|
|
|
84
84
|
Your task is complete once you have: (1) confirmed build and tests pass, (2) pushed your branch, and (3) created the PR. Your final message MUST include the PR URL so the engine can track it. Stop immediately after.
|
|
85
|
+
|
|
86
|
+
**NEVER run `gh pr merge` or any merge command on your own PR.** The engine reviews and merges PRs through a separate review cycle. Self-merging bypasses code review entirely and is prohibited regardless of circumstances.
|
package/playbooks/work-item.md
CHANGED
|
@@ -58,3 +58,5 @@ If you encounter merge conflicts during push or PR creation:
|
|
|
58
58
|
## When to Stop
|
|
59
59
|
|
|
60
60
|
Your task is complete once you have: (1) confirmed build and tests pass, (2) pushed your branch, and (3) created the PR. Do NOT continue beyond the task description. Stop immediately.
|
|
61
|
+
|
|
62
|
+
**NEVER run `gh pr merge` or any merge command on your own PR.** The engine reviews and merges PRs through a separate review cycle. Self-merging bypasses code review entirely and is prohibited regardless of circumstances.
|