my-homelab-configs/infra/safety-cases
juvdiaz c7956638b3 Add safety case generator 2026-06-30 13:15:07 -06:00
..
README.md Add safety case generator 2026-06-30 13:15:07 -06:00

README.md

Safety Cases

Safety cases are read-only change reviews for the homelab pipeline. They turn a Git diff into a short deployment argument:

  • what changed
  • likely risk and blast radius
  • tests required before apply
  • rollback path
  • actions that should stay forbidden without explicit approval

Run:

./jeannie safety-case --since HEAD~1