@yemi33/minions 0.1.244 → 0.1.246

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.244 (2026-04-03)
3
+ ## 0.1.245 (2026-04-03)
4
4
 
5
5
  ### Features
6
6
  - minions uninstall --confirm — full removal command
@@ -14,6 +14,7 @@
14
14
  - clean _pendingReason on all status→done transitions, not just updateWorkItemStatus
15
15
 
16
16
  ### Other
17
+ - rename back to Minions Mission Control
17
18
  - docs: fix quick start — use 'minions dash' not raw URL
18
19
  - docs: update GitHub Pages with all features + fresh screenshots
19
20
  - docs: fix outdated references across all documentation
@@ -3,14 +3,14 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Starship Mission Control</title>
6
+ <title>Minions Mission Control</title>
7
7
  <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>👽</text></svg>">
8
8
  <style>/* __CSS__ */</style>
9
9
  </head>
10
10
  <body>
11
11
 
12
12
  <header>
13
- <h1>Starship Mission Control <span id="header-projects">—</span></h1>
13
+ <h1>Minions Mission Control <span id="header-projects">—</span></h1>
14
14
  <div style="display:flex;align-items:center;gap:8px;">
15
15
  <span class="engine-badge stopped" id="engine-badge">STOPPED</span>
16
16
  <div class="timestamp" id="ts">—</div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.244",
3
+ "version": "0.1.246",
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"