@yemi33/minions 0.1.182 → 0.1.184

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,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.184 (2026-04-02)
4
+
5
+ ### Dashboard
6
+ - dashboard.js
7
+
8
+ ## 0.1.183 (2026-04-02)
9
+
10
+ ### Dashboard
11
+ - dashboard.js
12
+
13
+ ### Other
14
+ - test/unit.test.js
15
+
3
16
  ## 0.1.182 (2026-04-02)
4
17
 
5
18
  ### Engine
package/dashboard.js CHANGED
@@ -376,10 +376,9 @@ Available action types:
376
376
  - \`ask\` — answer a question, analyze something, produce a report (NO PR expected)
377
377
  - \`implement\` — write new code, add a feature, create something (PR expected)
378
378
  - \`fix\` — fix a bug, address review feedback on an existing PR (PR expected)
379
- - \`review\` — code review an existing PR
379
+ - \`review\` — code review, quality assessment, evaluate completed work, verify acceptance criteria (NO PR expected)
380
380
  - \`test\` — run tests, write test cases (PR expected if new tests written)
381
- - \`verify\` — build PRs locally, merge branches, start dev server, get localhost URL to test
382
- - \`evaluate\` — assess quality of completed work, verify acceptance criteria
381
+ - \`verify\` — build PRs locally, merge branches, start dev server, get localhost URL to test (NO PR expected)
383
382
  If unsure, prefer \`explore\` for read-only tasks and \`implement\` for write tasks.
384
383
  - **note**: Save a note/decision. Fields: title, content
385
384
  - **plan**: Create a multi-step plan. Fields: title, description, project, branchStrategy (parallel/shared-branch)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.182",
3
+ "version": "0.1.184",
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"