Add git auto-commit safety rule to opencode

This commit is contained in:
Fabio Scotto di Santolo
2026-04-22 22:29:39 +02:00
parent 20d087d2ef
commit 161a8a2d19

View File

@@ -6,3 +6,7 @@ Never break an existing host.
- Always test with --limit
- Use dry-run (--check --diff)
- Avoid destructive changes
## Git Rules
- Never auto-commit; always ask the user before committing