@haven_ai/connect 0.1.1-alpha → 0.1.3-alpha

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
@@ -8,7 +8,7 @@ public signing address, proof signature, and API-key hash. Haven never receives
8
8
  the private key or plaintext API key.
9
9
 
10
10
  ```sh
11
- npx -y @haven_ai/connect@0.1.1-alpha --setup hv_setup_... --api https://api.haven.example --ack-signer --runtime claude-code
11
+ npx -y @haven_ai/connect@0.1.3-alpha --setup hv_setup_... --api https://api.haven.example --ack-local-tools --runtime claude-code
12
12
  ```
13
13
 
14
14
  The connector writes owner-only credential files outside the project by default:
@@ -22,6 +22,6 @@ the locally held signer key and the user-approved on-chain Haven wallet rules.
22
22
  Use `--credentials-dir <path>` to choose a different local credential directory.
23
23
  Do not point it at a project repository, shared folder, or cloud-synced folder.
24
24
 
25
- Use `--ack-signer` with Haven-generated setup prompts. It prepares the local
26
- signer acknowledgement during setup so the configured agent runtime can start
27
- the signer after its required restart.
25
+ Use `--ack-local-tools` with Haven-generated setup prompts. It prepares the
26
+ local Haven tools acknowledgement during setup so Codex and Claude Code can load
27
+ Haven after a normal restart.