Files
YG_FT_Platform/.claude/settings.local.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2026-01-07 15:50:03 +08:00
{
"permissions": {
"allow": [
"Bash(npm init -y)",
"Bash(npm install:*)",
"Bash(tree:*)",
"Bash(npm run)",
2026-01-09 10:38:04 +08:00
"Bash(npm run dev)",
"Bash(curl:*)",
"Bash(sudo -E bash:*)",
"Bash(apt install:*)",
"Bash(node:*)",
"Bash(npm --version:*)",
"Bash(timeout 10 node:*)",
"Bash(chmod:*)",
"Bash(timeout:*)",
"Bash(pkill:*)",
"Bash(./start-background.sh:*)",
"Bash(cat:*)",
"Bash(./test-network.sh)",
"Bash(kill:*)",
"Bash(rm:*)",
"Bash(./start.sh:*)",
2026-01-11 13:26:23 +08:00
"Bash(lsof:*)",
"Bash(pip3:*)",
"Bash(python3 -m pip:*)",
"Bash(apt update:*)",
"Bash(python3:*)",
"Bash(./test_api.sh:*)",
"Bash(netstat:*)",
"Bash(/data/code/FT_Platform/YG_FT_Platform/test_all.sh:*)",
"Bash(find:*)",
"Bash(./test_upload.sh:*)",
"Bash(./test_all.sh)",
2026-01-19 13:54:34 +08:00
"Bash(/data/code/FT_Platform/YG_FT_Platform/test_data_dir.sh:*)",
"Bash(grep:*)",
2026-01-20 22:24:11 +08:00
"Bash(mysql:*)",
"Bash(ls:*)",
2026-01-21 10:54:19 +08:00
"Bash(xargs:*)",
2026-01-21 15:33:43 +08:00
"Bash(/root/miniconda3/bin/pip install psutil)",
"Bash(python -m py_compile:*)",
"Bash(git checkout:*)",
"Bash(pip show:*)",
"Bash(pip install:*)"
2026-01-07 15:50:03 +08:00
]
}
}