@yemi33/minions 0.1.781 → 0.1.782
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 +4 -1
- package/package.json +1 -1
- package/playbooks/fix.md +9 -1
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.782",
|
|
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
|
@@ -62,9 +62,17 @@ Do NOT remove the worktree — the engine handles cleanup automatically.
|
|
|
62
62
|
- content: Explain what was fixed, reference each review finding, include build/test status
|
|
63
63
|
- Sign: `Fixed by Minions ({{agent_name}} — {{agent_role}})`
|
|
64
64
|
|
|
65
|
+
## Resolve Review Comments
|
|
66
|
+
|
|
67
|
+
After pushing, resolve each review comment/thread that you've addressed:
|
|
68
|
+
- **GitHub**: Reply to each review comment confirming the fix, then resolve the conversation if possible
|
|
69
|
+
- **ADO**: Reply to each thread with what was fixed, then set the thread status to `fixed` or `closed`
|
|
70
|
+
|
|
71
|
+
Do NOT leave review threads open if you've addressed the finding — unresolved threads block auto-merge on some repos and create noise for human reviewers.
|
|
72
|
+
|
|
65
73
|
## When to Stop
|
|
66
74
|
|
|
67
|
-
Your task is complete once you have: (1) confirmed build and tests pass, (2) pushed the fix,
|
|
75
|
+
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.
|
|
68
76
|
|
|
69
77
|
## Completion
|
|
70
78
|
|