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 5447f28740
commit 9b8449d875

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