First Version

This commit is contained in:
2026-07-10 15:02:09 +01:00
commit 38494a85a9
562 changed files with 196313 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"$schema": "https://opencode.ai/config.json",
"instructions": ["CLAUDE.md"],
"permission": {
"bash": {
"cargo *": "allow",
"./run.sh": "allow",
"./run-docker.sh": "allow",
"./run-log.sh": "allow",
"./backup.sh": "allow",
"rg *": "allow",
"git status": "allow",
"git diff*": "allow",
"git log*": "allow",
"git show*": "allow",
"*": "ask"
},
"external_directory": { "*": "allow" }
},
"tool_output": { "max_lines": 200, "max_bytes": 16384 }
}