File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "permissions" : {
33 "allow" : [
4- " Bash(date *)" ,
54 " Bash(cp .claude/*)" ,
5+ " Read(.claude/**)" ,
6+ " Read(.claude/skills/run-tests/**)" ,
7+ " Write(.claude/**/*commit_msg*)" ,
8+ " Write(.claude/git_commit_msg_LATEST.md)" ,
9+ " Skill(run-tests)" ,
10+ " Skill(close-wkt)" ,
11+ " Skill(open-wkt)" ,
12+ " Skill(prompt-io)" ,
13+ " Bash(date *)" ,
614 " Bash(git diff *)" ,
715 " Bash(git log *)" ,
816 " Bash(git status)" ,
2331 " Bash(UV_PROJECT_ENVIRONMENT=py* uv sync:*)" ,
2432 " Bash(UV_PROJECT_ENVIRONMENT=py* uv run:*)" ,
2533 " Bash(echo EXIT:$?:*)" ,
26- " Write(.claude/*commit_msg*)" ,
27- " Write(.claude/git_commit_msg_LATEST.md)" ,
28- " Skill(run-tests)" ,
29- " Skill(close-wkt)" ,
30- " Skill(open-wkt)" ,
31- " Skill(prompt-io)"
34+ " Bash(echo \" EXIT=$?\" )" ,
35+ " Read(//tmp/**)"
3236 ],
3337 "deny" : [],
3438 "ask" : []
35- }
39+ },
40+ "prefersReducedMotion" : false ,
41+ "outputStyle" : " default"
3642}
You can’t perform that action at this time.
0 commit comments