typebulb 0.9.5 → 0.9.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/README.md +2 -1
- package/dist/bulbs/claude.bulb.md +3262 -0
- package/dist/index.js +54 -50
- package/dist/servers.d.ts +3 -2
- package/dist/servers.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,9 +46,10 @@ typebulb [file.bulb.md] Run a bulb (defaults to .bulb.md in cwd)
|
|
|
46
46
|
typebulb check [file.bulb.md] Type-check a bulb without running it
|
|
47
47
|
typebulb predict [file] Report the capability a bulb probably needs, without running it
|
|
48
48
|
typebulb logs [file|pid] Print a running bulb's captured console (-f follow, -n N tail)
|
|
49
|
-
typebulb stop [file|pid] Stop a running bulb (no arg: list running servers)
|
|
49
|
+
typebulb stop [file|pid] Stop a running bulb (no arg: list this project's running servers)
|
|
50
50
|
typebulb trust [file] Remember a bulb as trusted (no arg: list trusted bulbs)
|
|
51
51
|
typebulb untrust <file> Forget a bulb's trust (back to sandboxed)
|
|
52
|
+
typebulb claude Launch claude.bulb, the built-in session viewer
|
|
52
53
|
typebulb --no-watch <file> Disable hot reload
|
|
53
54
|
typebulb --port 3333 <file> Custom port
|
|
54
55
|
typebulb --no-open <file> Don't auto-open browser
|