@yemi33/minions 0.1.1544 → 0.1.1546

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.1546 (2026-04-22)
4
+
5
+ ### Other
6
+ - test(github): add unit tests for isGitHub, getRepoSlug, slug backoff helpers (#1742)
7
+
3
8
  ## 0.1.1544 (2026-04-21)
4
9
 
5
10
  ### Other
package/engine/github.js CHANGED
@@ -791,10 +791,14 @@ module.exports = {
791
791
  isGhThrottled,
792
792
  getGhThrottleState,
793
793
  // Exported for testing
794
+ isGitHub,
795
+ getRepoSlug,
794
796
  isSlugInBackoff,
795
797
  recordSlugFailure,
796
798
  resetSlugBackoff,
797
799
  _ghPollBackoff,
798
800
  _ghThrottle, // exported for testing
799
801
  GH_MAX_BUFFER, // exported for testing
802
+ GH_POLL_BACKOFF_BASE_MS, // exported for testing
803
+ GH_POLL_BACKOFF_MAX_MS, // exported for testing
800
804
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1544",
3
+ "version": "0.1.1546",
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"