@fugood/bricks-cli 2.26.0-beta.12 → 2.26.0-beta.14

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
@@ -354,6 +354,16 @@ Notes:
354
354
  it in the buttress `state.json`, so that server's local functions can use `context.bank`
355
355
  (`--revoke` removes it; re-running rotates the key).
356
356
 
357
+ ### Buttress binding and device authentication
358
+
359
+ `bricks buttress bind` pairs the server with the current workspace **and automatically
360
+ provisions a workspace-scoped DevTools token** in its permission-restricted `state.json`.
361
+ After restarting Buttress, agents with `local_devices = true` use it for matching-workspace
362
+ devices without passing credentials through model arguments. Normal bind/status output
363
+ hides the token; `--print` emits the complete secret state for remote provisioning.
364
+ Rebind and restart to renew an expired token (default lifetime: 30 days). Rebinding does
365
+ not revoke older tokens. Automatic device authentication assumes a trusted LAN.
366
+
357
367
  ### Interactive Mode
358
368
 
359
369
  ```bash