@yemi33/minions 0.1.1576 → 0.1.1577

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 +4 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.1576 (2026-04-27)
3
+ ## 0.1.1577 (2026-04-27)
4
4
 
5
5
  ### Fixes
6
- - extend heartbeat for PowerShell/Monitor + teach run_in_background pattern (#1786) (#1787)
6
+ - gate review retries by _lastRetryAt + minRetryGapMs (#1770) (#1790)
7
+
8
+ ## 0.1.1575 (2026-04-27)
7
9
 
8
10
  ### Other
9
11
  - docs(SEC-07): RFC for completion.json agent control-plane protocol (#1785)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1576",
3
+ "version": "0.1.1577",
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"