safe-chains 0.127.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 = "prettier"
url = "https://prettier.io/docs/en/cli.html"
level = "Inert"
bare = false
require_any = ["--check", "--list-different", "-c", "-l"]
standalone = [
    "--check", "--list-different",
    "--no-config", "--no-editorconfig", "--no-semi", "--single-quote",
    "--jsx-single-quote", "--bracket-same-line",
    "--help", "--version",
    "-c", "-l",
]
valued = [
    "--config", "--ignore-path", "--parser", "--plugin",
    "--print-width", "--tab-width", "--trailing-comma",
    "--end-of-line", "--prose-wrap",
]