@yemi33/minions 0.1.133 → 0.1.135

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,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.135 (2026-04-01)
4
+
5
+ ### Dashboard
6
+ - dashboard/pages/tools.html
7
+
8
+ ## 0.1.134 (2026-04-01)
9
+
10
+ ### Dashboard
11
+ - dashboard/pages/plans.html
12
+
3
13
  ## 0.1.133 (2026-04-01)
4
14
 
5
15
  ### Dashboard
@@ -5,7 +5,7 @@
5
5
  <div id="plans-list"><p class="empty">No plans yet. Use /plan in the command center to create one.</p></div>
6
6
  </section>
7
7
  <section class="prd-panel" id="prd-section">
8
- <h2>PRD <span class="count" id="prd-progress-count">0%</span> <span id="prd-badge"></span> <span id="auto-approve-badge"></span> <span id="archive-btns"></span></h2>
9
- <div id="prd-content"><p class="prd-pending">No PRD found. <span style="color:var(--muted);font-size:11px">PRDs are auto-generated when you execute a plan.</span></p></div>
8
+ <h2>PRD <span class="count" id="prd-progress-count">0%</span> <span id="prd-badge"></span> <span id="auto-approve-badge"></span> <span id="archive-btns"></span> <span style="font-size:10px;color:var(--muted);font-weight:400;text-transform:none;letter-spacing:0">auto-generated when a plan is executed</span></h2>
9
+ <div id="prd-content"><p class="prd-pending">No PRD found.</p></div>
10
10
  <div id="prd-progress-content" style="margin-top:12px"></div>
11
11
  </section>
@@ -1,5 +1,5 @@
1
1
  <section>
2
- <h2>Minions Skills <span class="count" id="skills-count">0</span></h2>
2
+ <h2>Minions Skills <span class="count" id="skills-count">0</span> <span style="font-size:10px;color:var(--muted);font-weight:400;text-transform:none;letter-spacing:0">auto-discovered from project repos</span></h2>
3
3
  <div id="skills-list"><p class="empty">No skills yet. Agents create these when they discover repeatable workflows.</p></div>
4
4
  </section>
5
5
  <section>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.133",
3
+ "version": "0.1.135",
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"