safe-chains 0.127.0

Auto-allow safe, read-only bash commands in agentic coding tools
Documentation
[[command]]
name = "pytest"
url = "https://docs.pytest.org/"
level = "SafeRead"
standalone = [
    "--cache-clear", "--cache-show", "--co", "--collect-only",
    "--doctest-modules", "--help", "--last-failed", "--lf",
    "--markers", "--new-first", "--nf", "--no-header",
    "--quiet", "--showlocals", "--stepwise", "--strict-markers",
    "--verbose", "--version",
    "-h", "-l", "-q", "-v", "-x",
]
valued = [
    "--basetemp", "--color", "--confcutdir", "--deselect",
    "--durations", "--ignore", "--import-mode", "--junitxml",
    "--log-cli-level", "--maxfail", "--override-ini",
    "--rootdir", "--timeout",
    "-c", "-k", "-m", "-o", "-p", "-r", "-W",
]