@yemi33/minions 0.1.239 → 0.1.240

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,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.239 (2026-04-03)
3
+ ## 0.1.240 (2026-04-03)
4
4
 
5
5
  ### Features
6
6
  - capture-demos seeds mock data for richer screenshots
@@ -11,6 +11,7 @@
11
11
  - clean _pendingReason on all status→done transitions, not just updateWorkItemStatus
12
12
 
13
13
  ### Other
14
+ - docs: fix quick start — use 'minions dash' not raw URL
14
15
  - docs: update GitHub Pages with all features + fresh screenshots
15
16
  - docs: fix outdated references across all documentation
16
17
 
package/docs/index.html CHANGED
@@ -225,8 +225,8 @@ minions init
225
225
  <span class="comment"># Give your first task</span>
226
226
  minions work "Explore the codebase and document the architecture"
227
227
 
228
- <span class="comment"># Open dashboard</span>
229
- http://localhost:7331
228
+ <span class="comment"># Open dashboard at http://localhost:7331</span>
229
+ minions dash
230
230
 
231
231
  <span class="comment"># Update to latest</span>
232
232
  minions update</pre>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.239",
3
+ "version": "0.1.240",
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"