@yemi33/minions 0.1.1547 → 0.1.1548
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 +6 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.1548 (2026-04-23)
|
|
4
|
+
|
|
5
|
+
### Other
|
|
6
|
+
- test(lifecycle): add unit tests for cleanupPlanWorktrees, updateAgentHistory, createReviewFeedbackForAuthor, checkForLearnings, updatePrAfterFix (#1747)
|
|
7
|
+
|
|
8
|
+
## 0.1.1546 (2026-04-22)
|
|
4
9
|
|
|
5
10
|
### Other
|
|
6
|
-
- test(ado): add unit tests for classifyBuildStatus, votesToReviewStatus, isAdoAuthError, throttle helpers (#1743)
|
|
7
11
|
- test(github): add unit tests for isGitHub, getRepoSlug, slug backoff helpers (#1742)
|
|
8
12
|
|
|
9
13
|
## 0.1.1544 (2026-04-21)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1548",
|
|
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"
|