@fugood/bricks-cli 2.26.0-beta.11 → 2.26.0-beta.13
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 +10 -0
- package/lib/1010.js +1 -1
- package/lib/1178.js +1 -1
- package/lib/1708.js +2 -2
- package/lib/2486.js +1 -1
- package/lib/6818.js +1 -1
- package/lib/7511.js +1 -1
- package/lib/9439.js +1 -1
- package/lib/9590.js +1 -1
- package/lib/devtools.js +1 -0
- package/lib/index.js +23 -23
- package/lib/lib.js +13 -13
- package/package.json +6 -5
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
|