bitfab-cli 0.2.339 → 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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +1495 -5578
  3. 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 terminal-native declarative flow derived from the editor setup workflow, without handing control to Claude Code, Codex, Cursor, Amp, or Studio. Terminal-specific states replace browser plan review, live template preview, and Studio cleanup. Claude Agent SDK handles repository analysis and edits; every workflow choice and every permission for a mutating tool is returned to the terminal for the user to decide.
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