safe-chains 0.167.0

Auto-allow safe bash commands in agentic coding tools
Documentation
[[command]]
name = "prettier"
description = "Opinionated code formatter for JavaScript, TypeScript, CSS, HTML, JSON, and more. Without --write, prettier prints formatted output to stdout; --check and --list-different only report whether files are formatted without modifying them. Requiring --check or --list-different here ensures no file writes occur. Stable project with a few releases per year."
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",
]