Skip to content

Commit cd3dd2b

Browse files
committed
Update: 删除 .DS_Store,添加 claude 配置
1 parent 79327b6 commit cd3dd2b

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.DS_Store

-6 KB
Binary file not shown.

.claude/settings.local.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(python3 -m json.tool)",
5+
"Bash(python3 -c \"import json,sys; data=json.load\\(sys.stdin\\); print\\(json.dumps\\([t[''''id''''] for t in data], indent=2\\)\\)\")",
6+
"Bash(python3 -c \"import json,sys; data=json.load\\(sys.stdin\\); print\\(type\\(data\\)\\); print\\(str\\(data\\)[:500]\\)\")",
7+
"Bash(python3 -c \"import json,sys; data=json.load\\(sys.stdin\\); tools=[t for cat in data for t in cat[''''tools'''']]; print\\(''''\\\\n''''.join\\([t[''''filePath''''] for t in tools]\\)\\)\")",
8+
"Bash(tmux list-panes:*)",
9+
"Bash(tmux list-sessions:*)"
10+
]
11+
}
12+
}

0 commit comments

Comments
 (0)