@yemi33/minions 0.1.6 → 0.1.7

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.7 (2026-03-24)
4
+
5
+ ### Documentation
6
+ - README.md
7
+
3
8
  ## 0.1.6 (2026-03-24)
4
9
 
5
10
  ### Other
package/README.md CHANGED
@@ -59,15 +59,15 @@ Upgrades now skip the interactive repo scan automatically. If you want to re-run
59
59
 
60
60
  **What's shown:** A summary of files updated, added, and preserved, plus a pointer to the changelog.
61
61
 
62
- ### Migrating from legacy `squad`
62
+ ### Migrating from legacy installs
63
63
 
64
- If you previously used `squad`, run:
64
+ If you previously used an older install layout, run:
65
65
 
66
66
  ```bash
67
67
  minions init --force
68
68
  ```
69
69
 
70
- `minions` will auto-detect legacy installs (`~/.squad`, `.squad-root`, and `SQUAD_HOME`), migrate state into `~/.minions`, rename legacy runtime markers (`.squad-version` → `.minions-version`), and record the action in `~/.minions/migration.log`.
70
+ `minions` will auto-detect legacy runtime locations and markers, migrate state into `~/.minions`, normalize runtime marker names, and record the action in `~/.minions/migration.log`.
71
71
 
72
72
  ## Quick Start
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
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"