@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 CHANGED
@@ -1,6 +1,9 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.781 (2026-04-10)
3
+ ## 0.1.782 (2026-04-10)
4
+
5
+ ### Features
6
+ - fix agents resolve review threads after addressing findings
4
7
 
5
8
  ### Fixes
6
9
  - restore cc-tab-bar element + add critical UX regression tests
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.781",
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, and (3) commented on the PR. Do NOT continue exploring unrelated code or making additional improvements. Stop immediately.
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