catcrafts.net/.claude/settings.json

15 lines
887 B
JSON
Raw Normal View History

2026-07-19 01:13:30 +02:00
{
"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"
]
}
}