mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
13 lines
236 B
Markdown
13 lines
236 B
Markdown
# Safety Rules
|
|
|
|
Never break an existing host.
|
|
|
|
- Identify host, layer, risk
|
|
- Always test with --limit
|
|
- Use dry-run (--check --diff)
|
|
- Avoid destructive changes
|
|
|
|
## Git Rules
|
|
|
|
- Never auto-commit; always ask the user before committing
|