@yemi33/minions 0.1.1822 → 0.1.1824
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 +11 -3
- package/engine/copilot-models.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.1824 (2026-05-09)
|
|
4
|
+
|
|
5
|
+
### Other
|
|
6
|
+
- docs(claude): add test gotchas, GitHub review verdict, build-failure staleness
|
|
7
|
+
|
|
8
|
+
## 0.1.1823 (2026-05-09)
|
|
9
|
+
|
|
10
|
+
### Other
|
|
11
|
+
- docs(copilot): document test runner specifics for agents
|
|
12
|
+
|
|
13
|
+
## 0.1.1821 (2026-05-09)
|
|
4
14
|
|
|
5
15
|
### Features
|
|
6
|
-
- keep CC fixes on referenced PR (#2260)
|
|
7
|
-
- harden CC action parsing (#2261)
|
|
8
16
|
- correlate CC action failures (#2264)
|
|
9
17
|
|
|
10
18
|
## 0.1.1819 (2026-05-09)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1824",
|
|
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"
|