Skip to content

Commit c87b347

Browse files
justin808claude
andcommitted
Update Claude settings for git and test automation
- Added git restore permission for repository management - Added node command permission for test automation with Puppeteer - Test app successfully created at ../react_on_rails-test-apps/test-react-on-rails-v15-hello-world-on-rails-v8 - Demonstrates React on Rails v15.0 with Rails 8.0.2.1 using corrected Shakapacker-first installation sequence 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent dd8a858 commit c87b347

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.claude/settings.local.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@
2020
"Bash(rake lint)",
2121
"Bash(yarn run:*)",
2222
"WebFetch(domain:vite-ruby.netlify.app)",
23-
"WebSearch"
23+
"WebSearch",
24+
"Bash(gem install:*)",
25+
"Bash(gem search:*)",
26+
"Bash(git reset:*)",
27+
"Read(//Users/justin/shakacode/react-on-rails/**)",
28+
"Bash(./bin/dev)",
29+
"Bash(node:*)"
2430
],
2531
"deny": [],
2632
"ask": []

0 commit comments

Comments
 (0)