TG-PlatformPlus/.claude/settings.local.json

13 lines
397 B
JSON
Raw Normal View History

2026-04-20 16:06:47 +08:00
{
"permissions": {
"allow": [
"Bash(python3 -c ' *)",
"Bash(sqlite3 data.db \"PRAGMA table_info\\(task_instruction\\);\")",
"Bash(venv/Scripts/python.exe -c ' *)",
2026-04-21 13:28:01 +08:00
"Bash(venv/Scripts/python.exe -c \"import py_compile; py_compile.compile\\('taskForm.py', doraise=True\\)\")",
"Bash(venv/Scripts/pip list *)",
"Bash(venv/Scripts/pip install *)"
2026-04-20 16:06:47 +08:00
]
}
}