# 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: ```bash ./jeannie safety-case --since HEAD~1 ```