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
17
18
[[command]]
name = "@microsoft/api-extractor"
url = "https://api-extractor.com/pages/commands/api-extractor_run/"
bare_flags = ["--help", "--version", "-h"]

[[command.sub]]
name = "run"
level = "SafeRead"
bare = true
standalone = [
    "--diagnostics", "--help",
    "--local", "--verbose",
    "-h", "-l", "-v",
]
valued = [
    "--config", "--typescript-compiler-folder",
    "-c",
]