safe-chains 0.136.1

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[command]]
name = "@commitlint/cli"
description = "Lints git commit messages against configurable rules such as the Conventional Commits format. Reads commit messages from stdin, git history, or an edit file and reports violations to stdout without modifying anything. Actively maintained with regular releases."
url = "https://commitlint.js.org/reference/cli.html"
level = "Inert"
bare = true
standalone = [
    "--color", "--help", "--help-url",
    "--no-color", "--print-config", "--quiet",
    "--strict", "--verbose", "--version",
    "-V", "-h", "-q", "-s",
]
valued = [
    "--config", "--cwd", "--edit", "--env",
    "--extends", "--from", "--options", "--to",
    "-E", "-H", "-d", "-e", "-f", "-g", "-t", "-x",
]