We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42296ce commit caacd32Copy full SHA for caacd32
2 files changed
.claude/settings.local.json
@@ -53,7 +53,10 @@
53
"Bash(uv pip:*)",
54
"Bash(git log:*)",
55
"Bash(git diff:*)",
56
- "Bash(git stash:*)"
+ "Bash(git stash:*)",
57
+ "Bash(find /home/david/dev/spec-driver -maxdepth 3 -type f \\\\\\(-name *.rb -o -name *homebrew* -o -name *brew* \\\\\\) ! -path ./.uv-cache/*)",
58
+ "Bash(curl -s \"https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/h/home-assistant.rb\")",
59
+ "Bash(curl -s \"https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/p/posting.rb\")"
60
],
61
"deny": [],
62
"ask": []
.gitignore
@@ -8,6 +8,7 @@ __pycache__/
8
/.uv-cache
9
# C extensions
10
*.so
11
+.claude/settings.local.json
12
13
# Distribution / packaging
14
.Python
0 commit comments