@botbuddy/cli 1.4.2 → 1.5.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbuddy/cli",
3
- "version": "1.4.2",
3
+ "version": "1.5.0",
4
4
  "description": "BotBuddy — Swarm coordination CLI for multi-agent workflows",
5
5
  "type": "module",
6
6
  "bin": {
package/src/commands.mjs CHANGED
@@ -5,6 +5,7 @@ import { loadConfig, getConfig, clearConfig, saveConfig, getConfigPath, SERVER_U
5
5
  import { buildAcquireResourcesPayload, LocksUsageError } from "./locks.mjs";
6
6
  import { CallUsageError, discoveryUrlFor, formatDiscovery, parseCallArgs } from "./discovery.mjs";
7
7
  import { cmdStack } from "./stack.mjs";
8
+ import { cmdDocker } from "./docker-hygiene.mjs";
8
9
  import { cmdRun } from "./run.mjs";
9
10
  import { runWait } from "./wait.mjs";
10
11
  import { green, red, cyan, dim, bold, die } from "./utils.mjs";
@@ -28,6 +29,7 @@ export async function run(argv) {
28
29
  case "unlock": return cmdUnlock(args);
29
30
  // BOT-1220: batch-scoped local stack leases (request/park/status/touch/done).
30
31
  case "stack": return cmdStack(args);
32
+ case "docker": return cmdDocker(args);
31
33
  case "run": return cmdRun(args);
32
34
  case "wait": return runWait(args);
33
35
  case "profile": return cmdProfile(args);
@@ -86,6 +88,11 @@ ${bold("STACK LEASES")}
86
88
  stack done <lease_id> Release (done) a lease — reap the stack
87
89
  stack help Full stack usage + exit codes
88
90
 
91
+ ${bold("DOCKER HYGIENE")}
92
+ docker hygiene [options] Dry-run/apply safe stale Supabase cleanup on OrbStack
93
+ docker preflight [options] Refuse a managed-stack start before network pressure exhausts the host
94
+ docker help Full explicit-context safety contract
95
+
89
96
  ${bold("DURABLE WORKLOADS")}
90
97
  run --session-id <id> --environment <env> -- <command>
91
98
  Launch a receipt-bearing command under a detached owner