@yemi33/minions 0.1.240 → 0.1.242
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 +3 -1
- package/bin/minions.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.242 (2026-04-03)
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
- capture-demos seeds mock data for richer screenshots
|
|
7
7
|
- add capture-demos skill for regenerating GitHub Pages screenshots
|
|
8
8
|
|
|
9
9
|
### Fixes
|
|
10
|
+
- set GH_TOKEN for gh CLI in publish workflow
|
|
11
|
+
- publish workflow uses PR instead of direct push, CLI shows 'minions dash'
|
|
10
12
|
- CLI audit — kill dashboard on restart, expose kill/complete, update help
|
|
11
13
|
- clean _pendingReason on all status→done transitions, not just updateWorkItemStatus
|
|
12
14
|
|
package/bin/minions.js
CHANGED
|
@@ -315,7 +315,7 @@ function init() {
|
|
|
315
315
|
Next steps:
|
|
316
316
|
minions work "Explore the codebase" Give your first task
|
|
317
317
|
minions status Check engine state
|
|
318
|
-
|
|
318
|
+
minions dash Open the dashboard
|
|
319
319
|
minions doctor Verify everything is working
|
|
320
320
|
minions --help See all commands
|
|
321
321
|
`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.242",
|
|
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"
|