@yemi33/minions 0.1.137 → 0.1.138

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,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.138 (2026-04-01)
4
+
5
+ ### Dashboard
6
+ - dashboard/pages/pipelines.html
7
+
3
8
  ## 0.1.137 (2026-04-01)
4
9
 
5
10
  ### Dashboard
@@ -1,7 +1,7 @@
1
1
  <section>
2
2
  <h2>Pipelines <span class="count" id="pipelines-count">0</span>
3
3
  <button class="pr-pager-btn" style="font-size:9px;padding:1px 6px;color:var(--green);border-color:var(--green);margin-left:8px" onclick="openCreatePipelineModal()">+ New Pipeline</button>
4
- <span style="font-size:10px;color:var(--muted);font-weight:400;text-transform:none;letter-spacing:0">chain stages like audit → meeting → plan → merge</span>
4
+ <span style="font-size:10px;color:var(--muted);font-weight:400;text-transform:none;letter-spacing:0">custom multi-stage workflows — e.g. audit → meeting → plan → merge, or any sequence you define</span>
5
5
  </h2>
6
6
  <div id="pipelines-content"><p class="empty">No pipelines yet. Create one to chain stages like audit → meeting → plan → merge.</p></div>
7
7
  </section>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.137",
3
+ "version": "0.1.138",
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"