typebulb 0.9.5 → 0.9.6
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 +1 -0
- package/dist/bulbs/claude.bulb.md +3260 -0
- package/dist/index.js +47 -44
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,6 +43,7 @@ npm install -g typebulb
|
|
|
43
43
|
|
|
44
44
|
```
|
|
45
45
|
typebulb [file.bulb.md] Run a bulb (defaults to .bulb.md in cwd)
|
|
46
|
+
typebulb claude Launch claude.bulb, the built-in session viewer
|
|
46
47
|
typebulb check [file.bulb.md] Type-check a bulb without running it
|
|
47
48
|
typebulb predict [file] Report the capability a bulb probably needs, without running it
|
|
48
49
|
typebulb logs [file|pid] Print a running bulb's captured console (-f follow, -n N tail)
|