logos-storage-nim/.claude/settings.local.json
2026-05-07 10:36:38 +04:00

24 lines
884 B
JSON

{
"permissions": {
"allow": [
"Bash(grep -rn \"testnat\" /home/arnaud/Work/logos/logos-storage-nim/*.nims)",
"Bash(grep:*)",
"Bash(find:*)",
"Bash(curl -s http://127.0.0.1:8080/api/storage/v1/debug/info)",
"Bash(ls /home/arnaud/Work/logos/logos-storage-nim/tests/*.cfg /home/arnaud/Work/logos/logos-storage-nim/tests/*.nim)",
"Bash(nph --version)",
"Bash(make print-nph-path:*)",
"Bash(vendor/nimbus-build-system/vendor/Nim/bin/nph:*)",
"Bash(nimble build:*)",
"Bash(nim --version)",
"Bash(nimble --version)",
"Bash(/home/arnaud/.nimble/bin/nim --version)",
"Bash(make -n build-nph)",
"Bash(make build-nph:*)",
"Bash(/home/arnaud/.nimble/bin/nim c:*)",
"Bash(NIMFLAGS=\"--skipParentCfg\" nimble build)",
"Bash(NIMFLAGS=\"--skipParentCfg\" nimble build --verbose)"
]
}
}