safe-chains 0.222.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[[command]]
name = "specdiff"
description = "CLI tool for diffing OpenAPI/Swagger specifications between versions, highlighting breaking changes and additions. Reads spec files and prints a diff report to stdout without modifying them. Single-maintainer project."
url = "https://github.com/michaeldhopkins/specdiff"
standalone = [
    "--changed-only", "--help", "--no-color", "--print", "--version",
    "-V", "-h", "-p",
]
valued = [
    "--base", "--base-dir", "--filter", "--format",
    "--framework", "--head", "--head-dir",
]