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
[[command]]
name = "swiftformat"
url = "https://github.com/nicklockwood/SwiftFormat"
level = "SafeRead"
bare = false
require_any = ["--dryrun", "--lint"]
standalone = [
    "--dryrun", "--lenient", "--lint", "--quiet", "--strict", "--verbose",
    "--help", "-h",
]
valued = ["--config", "--disable", "--enable", "--rules"]