@yemi33/minions 0.1.5 → 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 +10 -0
- package/README.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
|
62
|
+
### Migrating from legacy installs
|
|
63
63
|
|
|
64
|
-
If you previously used
|
|
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
|
|
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