Skip to content

Commit 58eca81

Browse files
committed
chore: update README.md
1 parent 12b89e4 commit 58eca81

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,17 @@ Please focus on:
172172
- Thread safety in coroutines
173173
```
174174

175+
#### Local Development Setup (YOLO Mode)
176+
177+
To enable auto-approved permissions for Claude Code during local development:
178+
179+
```sh
180+
cp .claude/settings.local.template.json .claude/settings.local.json
181+
```
182+
183+
This reduces confirmation prompts for common operations (Bash, Read, Edit, Write, etc.).
184+
Destructive operations like `rm -rf`, `git commit`, and `git push` still require confirmation.
185+
175186
## License
176187

177188
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)