feat: add rules for opencode and remove old irrelevant files

This commit is contained in:
2026-07-04 18:09:16 +02:00
parent 1b7d623dfe
commit 12ca9e736b
3 changed files with 12 additions and 24 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"*": "ask",
"git push origin main": "deny",
"git push origin master": "deny",
"git push *": "ask",
"git commit *": "ask"
}
}
}