Skip to content

Commit 5bd5d20

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 3cef885 commit 5bd5d20

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
@@ -19,7 +19,13 @@
1919
"Bash(rake lint)",
2020
"Bash(yarn run:*)",
2121
"WebFetch(domain:vite-ruby.netlify.app)",
22-
"WebSearch"
22+
"WebSearch",
23+
"Bash(gem install:*)",
24+
"Bash(gem search:*)",
25+
"Bash(git reset:*)",
26+
"Read(//Users/justin/shakacode/react-on-rails/**)",
27+
"Bash(./bin/dev)",
28+
"Bash(node:*)"
2329
],
2430
"deny": [],
2531
"ask": []

0 commit comments

Comments
 (0)