agents: drop bw bundles, add bw verify to read-only allowlist
bw bundles is not a subcommand of the installed fork (the actual list is apply/debug/diff/groups/hash/ipmi/items/lock/metadata/ nodes/plot/pw/repo/run/stats/test/verify/zen). bw verify is read-only and was missing from the list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3ed0264be6
commit
422a275d97
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ Five rules; follow these and you won't break things:
|
||||||
|
|
||||||
1. **Read-only by default.** Never run `bw apply`, `bw run`, or
|
1. **Read-only by default.** Never run `bw apply`, `bw run`, or
|
||||||
`bw lock` without explicit user request — even with `-i`. Stick
|
`bw lock` without explicit user request — even with `-i`. Stick
|
||||||
to `bw test`, `bw nodes`, `bw groups`, `bw bundles`,
|
to `bw test`, `bw nodes`, `bw groups`, `bw items`,
|
||||||
`bw items`, `bw metadata`, `bw hash`, `bw debug`. See
|
`bw metadata`, `bw hash`, `bw verify`, `bw debug`. See
|
||||||
[`docs/agents/commands.md`](docs/agents/commands.md) and the
|
[`docs/agents/commands.md`](docs/agents/commands.md) and the
|
||||||
fork's [safety envelope](https://github.com/CroneKorkN/bundlewrap/blob/main/AGENTS.md).
|
fork's [safety envelope](https://github.com/CroneKorkN/bundlewrap/blob/main/AGENTS.md).
|
||||||
2. **Never echo decrypted secrets.** Don't print, paste, or log the
|
2. **Never echo decrypted secrets.** Don't print, paste, or log the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue