safe-chains 0.125.0

Auto-allow safe, read-only bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[command]]
name = "@changesets/cli"
url = "https://github.com/changesets/changesets/blob/main/docs/command-line-options.md"
bare_flags = ["--help", "--version", "-h"]

[[command.sub]]
name = "status"
level = "Inert"
bare = true
standalone = [
    "--help", "--verbose",
    "-h",
]
valued = [
    "--since",
]