safe-chains 0.125.0

Auto-allow safe, read-only bash commands in agentic coding tools
Documentation
[[command]]
name = "jest"
url = "https://jestjs.io/docs/cli"
level = "SafeRead"
standalone = [
    "--all", "--bail", "--changedFilesWithAncestor", "--ci",
    "--clearCache", "--clearMocks", "--collectCoverage", "--colors",
    "--coverage", "--debug", "--detectOpenHandles", "--errorOnDeprecated",
    "--expand", "--forceExit", "--help", "--json", "--lastCommit",
    "--listTests", "--logHeapUsage", "--noCache", "--noStackTrace",
    "--onlyChanged", "--passWithNoTests", "--runInBand",
    "--showConfig", "--silent", "--verbose", "--version",
    "-b", "-e", "-h", "-i", "-o", "-u", "-w",
]
valued = [
    "--changedSince", "--collectCoverageFrom", "--config",
    "--coverageDirectory", "--coverageProvider", "--filter",
    "--maxConcurrency", "--maxWorkers", "--outputFile",
    "--projects", "--reporters", "--roots", "--shard",
    "--testMatch", "--testNamePattern", "--testPathPattern",
    "--testRunner", "--testTimeout",
    "-c", "-t",
]