This commit is contained in:
beabigegg
2025-08-29 16:25:46 +08:00
commit b0c86302ff
65 changed files with 19786 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"permissions": {
"allow": [
"Read(C:\\Users\\EGG\\WORK\\data\\user_scrip\\TOOL\\semiauto-assistant/**)",
"Read(C:\\Users\\EGG\\WORK\\data\\user_scrip\\TOOL\\TEMP_spec_system_V3/**)",
"Read(C:\\Users\\EGG\\.claude/**)",
"Bash(rm:*)",
"Bash(npm test)",
"Bash(npm install)",
"Bash(npm test:*)",
"Bash(python -m pytest --version)",
"Bash(python -m pytest tests/test_models.py -v)",
"Bash(python:*)",
"Bash(npm run build:*)",
"Bash(./venv/Scripts/activate)",
"Bash(npm start)",
"Bash(curl:*)",
"Bash(find:*)",
"Bash(grep:*)",
"Bash(copy:*)",
"Bash(del check_enum.py)",
"Bash(npm run dev:*)",
"Bash(del \"src\\components\\notifications\\EmailNotificationSettings.tsx\")"
],
"deny": [],
"ask": []
}
}