- Update train2.py and verify2.py to use 512x512 image resize instead of 224x224 - Add grep command permission to Claude settings
13 lines
206 B
JSON
13 lines
206 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(curl:*)",
|
|
"Bash(git restore:*)",
|
|
"Read(//home/fam/src/themblem/api/products/**)",
|
|
"Bash(grep:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|