safe-chains 0.184.0

Auto-allow safe bash commands in agentic coding tools
Documentation
[[command]]
name = "annotaterb"
description = "Modern fork/rewrite of annotate_models for Rails — inserts schema and route comments directly into model files, fixtures, factories, specs, and config/routes.rb. The main `models` and `routes` subcommands rewrite project files in place; reading the schema requires booting the Rails environment, which loads and executes application initializers (the same risk profile as `rails runner`). The `version` and `help` subcommands run without booting Rails. Actively developed (1,200+ commits) on the 0.x line — flag surface is still settling."
url = "https://github.com/drwl/annotaterb"
researched_version = "annotaterb 0.x active"
bare_flags = ["--help", "--version", "-h", "-v"]

[[command.sub]]
name = "version"
standalone = ["--help", "-h"]

[[command.sub]]
name = "help"
allow_all = true

[[command.sub]]
name = "models"
candidate = true

[[command.sub]]
name = "routes"
candidate = true