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
[[command]]
name = "@johnnymorganz/stylua-bin"
url = "https://github.com/JohnnyMorganz/StyLua"
level = "Inert"
bare = false
require_any = ["--check", "--verify"]
standalone = [
    "--allow-hidden", "--check", "--color",
    "--help", "--no-editorconfig", "--respect-ignores",
    "--verbose", "--verify", "--version",
    "-V", "-h",
]
valued = [
    "--config-path", "--glob", "--num-threads",
    "--output-format", "--search-parent-directories",
    "-f", "-g",
]