catcrafts.net/.claude/settings.json
Jorijn van der Graaf fb2f6079cc
All checks were successful
Deploy / build-deploy (push) Successful in 1m38s
webgpu demo
2026-07-19 01:13:30 +02:00

15 lines
887 B
JSON

{
"permissions": {
"allow": [
"Bash(cd ../Crafter/Crafter.Graphics && echo \"=== C++ files declaring wgpu* imports ===\"; grep -rln 'import_name\\(\"wgpu' implementations/ interfaces/; echo; echo \"=== sample: how a wgpu import + public wrapper is declared \\(canvas size + a string-taking one\\) ===\"; grep -rn -B2 -A2 -E 'import_name\\\\\\(\"wgpu\\(GetCanvasWidth|SurfaceWidth|LoadCustomShader|Init\\)\"' implementations/ interfaces/ | head -50)",
"Read(//home/jorijn/repos/Crafter/Crafter.Graphics/**)",
"Read(//home/jorijn/repos/Crafter/Crafter.Graphics/interfaces/**)",
"Read(//home/jorijn/repos/Crafter/Crafter.Graphics/additional/**)",
"Bash(crafter-build --local)"
],
"additionalDirectories": [
"/home/jorijn/repos/Crafter/Crafter.Graphics/additional",
"/home/jorijn/repos/Crafter/Crafter.Graphics/interfaces"
]
}
}