bitfab-cli 0.2.338 → 0.2.340
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 -1
- package/dist/index.js +1503 -5581
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ npx bitfab-cli help setup # Show help for setup
|
|
|
24
24
|
|
|
25
25
|
## Terminal-native setup
|
|
26
26
|
|
|
27
|
-
`init --v2` and `setup --v2` run a
|
|
27
|
+
`init --v2` and `setup --v2` run a declarative setup flow in the terminal through Claude Agent SDK. Setup reads the selected workflow and writes instrumentation and its replay registry directly. Login can open a browser. Template editing stays in the terminal. The agent asks for missing choices or required refactors and follows the terminal's tool permissions.
|
|
28
28
|
|
|
29
29
|
Set `ANTHROPIC_API_KEY`, or configure one of the Agent SDK's supported cloud providers, before using `--v2`. Bitfab authentication is separate: `init --v2` opens the browser for login when needed, then returns to the terminal.
|
|
30
30
|
|