temp for tree extraction

This commit is contained in:
2025-10-15 19:19:52 -04:00
commit ffa434630f
51 changed files with 9036 additions and 0 deletions

View File

@ -0,0 +1,32 @@
{
"permissions": {
"allow": [
"Bash(go get:*)",
"Bash(go build:*)",
"Bash(tree:*)",
"Bash(go mod tidy:*)",
"Bash(./bin/onx:*)",
"Bash(go test:*)",
"Read(//tmp/test-onyx/**)",
"Bash(cat:*)",
"Bash(/home/dubey/projects/onyx/bin/onx undo)",
"Bash(go install:*)",
"Bash(./bin/onxd:*)",
"Read(//home/dubey/projects/onyx-test/ccr-milestone-2-test/**)",
"Bash(/home/dubey/projects/onyx/bin/onx:*)",
"Bash(git show-ref:*)",
"Bash(xxd:*)",
"Bash(chmod:*)",
"Bash(make:*)",
"Bash(go list:*)",
"Bash(git log:*)",
"Bash(onx:*)",
"Read(//tmp/test-onyx-init/**)",
"Bash(git checkout:*)",
"Bash(xargs:*)",
"Bash(git ls-tree:*)"
],
"deny": [],
"ask": []
}
}