@yemi33/minions 0.1.953 → 0.1.954

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 +2 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.953 (2026-04-14)
3
+ ## 0.1.954 (2026-04-14)
4
4
 
5
5
  ### Features
6
6
  - gate auto-fix conflict dispatch behind autoFixConflicts flag
@@ -47,6 +47,7 @@
47
47
  - 429 retry on abort race applies to all sends, not just queued
48
48
 
49
49
  ### Other
50
+ - test(engine): add regression tests for autoFixConflicts flag and DEFAULTS alias
50
51
  - refactor(ado): simplify ado-status and extract build/review status helpers
51
52
  - refactor(ado): extract stripRefsHeads helper, deduplicate refs/heads/ stripping
52
53
  - refactor(ado): simplify comments, fix declaration order, promote ado import
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.953",
3
+ "version": "0.1.954",
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"