safe-chains 0.136.1

Auto-allow safe bash commands in agentic coding tools
Documentation
[[command]]
name = "pdm"
description = "Modern Python package and dependency manager supporting PEP standards. pdm list, pdm show, and pdm info are read-only queries that inspect locally installed packages and project metadata. pdm search queries the PyPI registry over the network. pdm config reads or writes local/global configuration settings depending on whether a value argument is provided. None of these subcommands install or remove packages. Actively maintained with releases every few weeks."
url = "https://pdm-project.org/"
bare_flags = ["--help", "--version", "-V", "-h"]

[[command.sub]]
name = "list"
standalone = ["--csv", "--freeze", "--graph", "--help", "--json", "--markdown", "--reverse", "--tree", "-h"]
valued = ["--exclude", "--fields", "--include", "--resolve", "--sort"]

[[command.sub]]
name = "show"
bare = false
standalone = ["--help", "--json", "--keywords", "--name", "--platform", "--summary", "--version", "-h"]

[[command.sub]]
name = "info"
standalone = ["--env", "--help", "--json", "--packages", "--python", "--where", "-h"]

[[command.sub]]
name = "search"
bare = false
standalone = ["--help", "-h"]

[[command.sub]]
name = "config"
standalone = ["--delete", "--global", "--help", "--local", "--project", "-d", "-g", "-h", "-l"]