safe-chains 0.221.0

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
18
[[command]]
name = "fantomas"
description = "F# source code formatter. Without --check, rewrites files in place. --check exits non-zero on diff (read). Static formatter — does not execute F#. Active project."
url = "https://github.com/fsprojects/fantomas"
researched_version = "fantomas 6.x"
level = "SafeWrite"
bare = false
standalone = [
    "--check", "--daemon", "--force", "--help",
    "--out", "--profile", "--quiet",
    "--recurse", "--standalone", "--strict",
    "--verbose", "--version",
    "-h", "-r",
]
valued = [
    "--config", "--exclude", "--include",
    "--out", "--parallel",
]