@yemi33/minions 0.1.1040 → 0.1.1042
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 +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.1042 (2026-04-16)
|
|
4
4
|
|
|
5
5
|
### Other
|
|
6
|
+
- chore: untrack pipeline files — local config only
|
|
7
|
+
- restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
|
|
6
8
|
- Harden CC stream resilience
|
|
7
9
|
|
|
8
10
|
## 0.1.1039 (2026-04-16)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1042",
|
|
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"
|