@yemi33/minions 0.1.1674 → 0.1.1675

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.1675 (2026-05-02)
4
+
5
+ ### Fixes
6
+ - widen Signed Off By column from 140px to 220px
7
+
3
8
  ## 0.1.1674 (2026-05-02)
4
9
 
5
10
  ### Other
@@ -251,7 +251,7 @@
251
251
  .pr-table-wrap { overflow-x: auto; }
252
252
  .pr-table { width: 100%; border-collapse: collapse; font-size: var(--text-md); table-layout: auto; }
253
253
  .pr-table th:last-child, .pr-table td:last-child { width: 36px; min-width: 36px; text-align: center; }
254
- .pr-table th.pr-col-signoff, .pr-table td.pr-col-signoff { width: 140px; max-width: 140px; white-space: normal; word-break: break-word; }
254
+ .pr-table th.pr-col-signoff, .pr-table td.pr-col-signoff { width: 220px; max-width: 220px; white-space: normal; word-break: break-word; }
255
255
  .pr-table th { text-align: left; color: var(--muted); font-weight: 500; font-size: var(--text-base); text-transform: uppercase; letter-spacing: 0.5px; padding: var(--space-4) var(--space-5); border-bottom: 1px solid var(--border); }
256
256
  .pr-table td { padding: var(--space-5); border-bottom: 1px solid var(--border); vertical-align: middle; white-space: nowrap; }
257
257
  .pr-table tr:last-child td { border-bottom: none; }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "runtime": "copilot",
3
3
  "models": null,
4
- "cachedAt": "2026-05-02T04:24:34.949Z"
4
+ "cachedAt": "2026-05-02T04:32:33.166Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1674",
3
+ "version": "0.1.1675",
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"