Files
pj_llama/.claude/settings.local.json
aken1023 bad760a214 整合所有檔案到 pj_llama 目錄
- 遷移完整的專案到 pj_llama 目錄
- 包含所有最新檔案和 Git 歷史
- 移除不需要的舊檔案
- 統一開發和執行環境
2025-09-19 23:32:09 +08:00

15 lines
275 B
JSON

{
"permissions": {
"allow": [
"Bash(pip install:*)",
"Bash(python:*)",
"Bash(ping:*)",
"Bash(curl:*)",
"Bash(dir)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
],
"defaultMode": "acceptEdits"
}
}