safe-chains 0.127.0

Auto-allow safe, read-only bash commands in agentic coding tools
Documentation
[[command]]
name = "next"
url = "https://nextjs.org/docs/api-reference/cli"
bare_flags = ["--help", "--version", "-h"]

[[command.sub]]
name = "info"
standalone = ["--help", "-h"]

[[command.sub]]
name = "lint"
level = "SafeRead"
standalone = ["--dir", "--help", "--quiet", "--strict", "-d", "-h"]
valued = [
    "--cache-location", "--ext", "--max-warnings",
    "--output-file", "--resolve-plugins-relative-to",
    "-c",
]

[[command.sub]]
name = "build"
level = "SafeWrite"
standalone = ["--debug", "--help", "--lint", "--no-lint", "--profile", "-d", "-h"]