@yemi33/minions 0.1.182 → 0.1.183

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.183 (2026-04-02)
4
+
5
+ ### Dashboard
6
+ - dashboard.js
7
+
8
+ ### Other
9
+ - test/unit.test.js
10
+
3
11
  ## 0.1.182 (2026-04-02)
4
12
 
5
13
  ### Engine
package/dashboard.js CHANGED
@@ -372,14 +372,13 @@ If no actions are needed (just answering a question, or you handled it directly)
372
372
  Available action types:
373
373
  - **dispatch**: Create a work item for an agent. Fields: title, workType, priority (low/medium/high), agents (array of IDs, optional), project, description.
374
374
  workType values — choose carefully, this determines the playbook and whether a PR is expected:
375
- - \`explore\` — research, investigate, read code, gather information, write findings (NO PR expected)
375
+ - \`explore\` — research, investigate, read code, gather information, assess quality, write findings (NO PR expected)
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 an existing PR (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.183",
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"