This is a probably broken version of build.py

This commit is contained in:
2026-02-11 13:21:42 -05:00
parent 159e97d5bb
commit 6e1248e3b8
6 changed files with 34 additions and 26 deletions

View File

@@ -1,10 +1,16 @@
{
"permissions": {
"defaultMode": "acceptEdits",
"allow": [
"WebFetch(domain:dev.epicgames.com)",
"WebSearch",
"WebFetch(domain:github.com)",
"Bash(chmod:*)"
],
"deny": [
"Bash(git commit *)",
"Bash(git push *)",
"Bash(rm -rf *)"
]
],
"defaultMode": "acceptEdits"
}
}