@yemi33/minions 0.1.1726 → 0.1.1727

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.1727 (2026-05-05)
4
+
5
+ ### Features
6
+ - fix Brady Gaster Squad link (#2080)
7
+
3
8
  ## 0.1.1726 (2026-05-05)
4
9
 
5
10
  ### Other
package/README.md CHANGED
@@ -4,7 +4,7 @@ A multi-project AI dev team that runs from `~/.minions/`. Five autonomous agents
4
4
 
5
5
  Zero dependencies — uses only Node.js built-in modules.
6
6
 
7
- Inspired by and initially scaffolded from [Brady Gaster's Minions](https://bradygaster.github.io/minions/).
7
+ Inspired by and initially scaffolded from [Brady Gaster's Squad](https://bradygaster.github.io/squad/).
8
8
 
9
9
  ## Prerequisites
10
10
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "runtime": "copilot",
3
3
  "models": null,
4
- "cachedAt": "2026-05-05T09:13:43.248Z"
4
+ "cachedAt": "2026-05-05T09:16:20.222Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1726",
3
+ "version": "0.1.1727",
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"