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

14 lines
427 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 *)",
2026-04-22 11:36:33 +08:00
"Bash(venv/Scripts/pip install *)",
"Bash(git checkout *)"
2026-04-20 16:06:47 +08:00
]
}
}