@yemi33/minions 0.1.1051 → 0.1.1052

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1052 (2026-04-17)
4
+
5
+ ### Features
6
+ - seed realActivityMap at spawn time, stamp pid in live-output (#1200)
7
+
8
+ ### Fixes
9
+ - remove command center chevron
10
+ - stamp live-output.log stub before spawn (#1198)
11
+ - harden settings save and migrate pr poll config
12
+
13
+ ### Other
14
+ - chore: raise default meeting round timeout
15
+ - Harden prompt context handling
16
+ - Harden loop watch conversion
17
+ - Add watches sidebar activity badge
18
+ - test(cli): add unit tests for handleCommand, start, stop, kill, spawn (#1191)
19
+ - chore: untrack pipeline files — local config only
20
+ - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
21
+ - Harden CC stream resilience
22
+
3
23
  ## 0.1.1051 (2026-04-17)
4
24
 
5
25
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1051",
3
+ "version": "0.1.1052",
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"