@yemi33/minions 0.1.1706 → 0.1.1707

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,10 +1,14 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.1706 (2026-05-04)
3
+ ## 0.1.1707 (2026-05-04)
4
4
 
5
5
  ### Features
6
6
  - preserve CC fan-out dedup scope (#2037)
7
7
 
8
+ ### Other
9
+ - test(llm): add unit tests for resolution helper edge cases and bin cache reset (#2039)
10
+ - test(ado): add unit tests for pure helpers (project label, GUID, metadata apply, stale flag) (#2038)
11
+
8
12
  ## 0.1.1705 (2026-05-04)
9
13
 
10
14
  ### Features
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "runtime": "copilot",
3
3
  "models": null,
4
- "cachedAt": "2026-05-04T15:03:10.429Z"
4
+ "cachedAt": "2026-05-04T15:04:13.291Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1706",
3
+ "version": "0.1.1707",
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"