@yemi33/minions 0.1.1013 → 0.1.1015

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 +3 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,13 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.1013 (2026-04-16)
3
+ ## 0.1.1015 (2026-04-16)
4
4
 
5
5
  ### Fixes
6
+ - revert to PR merge now that stale status check is removed
6
7
  - guard live review check against undefined vote/state values (#1132)
7
8
 
8
9
  ### Other
10
+ - chore: test publish after removing stale status check
9
11
  - chore: trigger publish test
10
12
 
11
13
  ## 0.1.1008 (2026-04-16)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1013",
3
+ "version": "0.1.1015",
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"