@wibeco/bridge 0.1.2 → 0.2.1

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 CHANGED
@@ -18,13 +18,13 @@ Dependency-light TypeScript foundations for normalizing agent hooks and sending
18
18
  Install and authorize Wibe from any GitHub repository:
19
19
 
20
20
  ```sh
21
- npx --yes @wibeco/bridge@latest setup \
21
+ npx --yes --package @wibeco/bridge@latest wibe setup \
22
22
  --adapter cursor \
23
23
  --project <uuid> \
24
24
  --url https://trywibe.com \
25
25
  --repository <owner/repository>
26
26
 
27
- npx --yes @wibeco/bridge@latest doctor --repository <owner/repository>
27
+ npx --yes --package @wibeco/bridge@latest wibe doctor --repository <owner/repository>
28
28
  ```
29
29
 
30
30
  Use `--adapter claude-code` or `--adapter codex` for another supported agent.