@yemi33/minions 0.1.1865 → 0.1.1866

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,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1866 (2026-05-11)
4
+
5
+ ### Other
6
+ - test(scheduler): add unit tests for writeScheduleRunEntry, createScheduledWorkItem, recordScheduleRun (#2341)
7
+
3
8
  ## 0.1.1865 (2026-05-11)
4
9
 
5
10
  ### Fixes
@@ -248,6 +248,7 @@ module.exports = {
248
248
  discoverScheduledWork,
249
249
  createScheduledWorkItem,
250
250
  recordScheduleRun,
251
+ writeScheduleRunEntry,
251
252
  resolveScheduleTemplateVars,
252
253
  SCHEDULE_RUNS_PATH,
253
254
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1865",
3
+ "version": "0.1.1866",
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"