typebulb 0.18.3 → 0.18.4

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +168 -166
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -46,7 +46,7 @@ typebulb models List AI models for tb.ai, filtered by your .env A
46
46
  typebulb logs [file|agent] Print a running bulb's (or `agent` mirror's) captured console (no arg: list running servers; -f follow, -n N tail, --run latest|N for one reload's output, --clear to empty it)
47
47
  typebulb wait [file|agent] Block until the target logs a matching line, print it, exit — an agent's wake-up
48
48
  (run it backgrounded; --match <substr> filters; no timeout to set; exit 2 = gave up)
49
- typebulb stop [file|pid] Stop a running bulb (no arg: list this project's running servers)
49
+ typebulb stop [file|pid|agent] Stop a running bulb or mirror (no arg: list this project's running servers)
50
50
  typebulb stop --bulbs Stop this project's bulbs; the agent mirror keeps running
51
51
  typebulb stop --agent Stop this project's agent mirror; its bulbs keep running
52
52
  typebulb stop --global Stop every running bulb and mirror, all projects (housekeeping)