@yemi33/minions 0.1.1199 → 0.1.1200
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 +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.1200 (2026-04-19)
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
- Header gate — Origin allowlist, Content-Type enforcement, security response headers (#1336)
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
- reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
|
|
36
36
|
|
|
37
37
|
### Other
|
|
38
|
+
- test(scheduler): add unit tests for parseCronExpr, shouldRunNow, discoverScheduledWork (#1390)
|
|
38
39
|
- refactor: hoist fixThrottled before PR loop and drop underscore prefix
|
|
39
40
|
- docs(skill): add substitute-scheduler-template-vars (#1278)
|
|
40
41
|
- Clarify PR poll labels
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1200",
|
|
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"
|