Initial commit

This commit is contained in:
2026-07-16 14:33:51 +02:00
commit 0c3da958e2
59 changed files with 4868 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"*": "allow",
"git push origin main": "deny",
"git push main": "ask"
}
}
}