@yemi33/minions 0.1.183 → 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 +5 -0
- package/dashboard.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dashboard.js
CHANGED
|
@@ -372,11 +372,11 @@ 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,
|
|
375
|
+
- \`explore\` — research, investigate, read code, gather information, 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
|
|
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
381
|
- \`verify\` — build PRs locally, merge branches, start dev server, get localhost URL to test (NO PR expected)
|
|
382
382
|
If unsure, prefer \`explore\` for read-only tasks and \`implement\` for write tasks.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
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"
|