@yemi33/minions 0.1.1555 → 0.1.1556

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.1556 (2026-04-27)
4
+
5
+ ### Other
6
+ - docs: document comprehensive minions remove
7
+
3
8
  ## 0.1.1555 (2026-04-27)
4
9
 
5
10
  ### Features
package/README.md CHANGED
@@ -129,7 +129,7 @@ minions work "Explore the codebase and document the architecture"
129
129
  | `minions version` | Show installed vs package version |
130
130
  | `minions scan [dir] [depth]` | Scan for git repos and multi-select to add (default: ~, depth 3) |
131
131
  | `minions add <dir>` | Link a single project (auto-detects settings from git, prompts to confirm) |
132
- | `minions remove <dir>` | Unlink a project |
132
+ | `minions remove <dir-or-name> [--keep-data \| --purge --force]` | Unlink a project: cancels pending work items, drains dispatch + kills active agents, cleans worktrees, disables linked schedules, archives `projects/<name>/` to `projects/.archived/<name>-YYYYMMDD/`. Use `--keep-data` to leave the data dir in place, or `--purge --force` to delete it. |
133
133
  | `minions list` | List all linked projects with descriptions |
134
134
  | `minions start` | Start engine daemon (ticks every 60s, auto-syncs MCP servers) |
135
135
  | `minions stop` | Stop the engine |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1555",
3
+ "version": "0.1.1556",
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"