@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 +13 -0
- package/dashboard.js +2 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
|
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.
|
|
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"
|