supbuddy 3.3.2 → 3.3.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.
- package/README.md +0 -1
- package/dist/bin.js +125 -22
- package/dist/daemon/worker.cjs +90 -29
- package/dist/lib.d.ts +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,7 +32,6 @@ supbuddy project ls # registered projects
|
|
|
32
32
|
supbuddy supabase start acme --follow # start a project's Supabase, stream progress
|
|
33
33
|
supbuddy map ls # domain → port mappings
|
|
34
34
|
supbuddy mcp add claude-code # register Supbuddy with an AI coding agent
|
|
35
|
-
supbuddy tui # full-screen dashboard (alias: sup dash)
|
|
36
35
|
supbuddy help # the full command reference
|
|
37
36
|
```
|
|
38
37
|
|