Created
July 13, 2025 02:43
-
-
Save heytulsiprasad/e4c7042ec0d300d546e7506c0c0ac409 to your computer and use it in GitHub Desktop.
Use this as the base local settings for cloud code whenever we want to run a project autonomously. Path: .claude/settings.local.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"permissions": { | |
"allow": [ | |
"mcp__filesystem__read_file", | |
"Bash(ls:*)", | |
"Bash(pnpm create:*)", | |
"Bash(mkdir:*)", | |
"Bash(mv:*)", | |
"Bash(npx create-expo-app:*)", | |
"Bash(true)", | |
"Bash(pnpm add:*)", | |
"Bash(pnpm remove:*)", | |
"Bash(pnpm tailwindcss:*)", | |
"mcp__filesystem__edit_file", | |
"Bash(pnpm list:*)", | |
"mcp__filesystem__write_file", | |
"Bash(pnpm test:*)", | |
"Bash(git add:*)", | |
"Bash(git commit:*)", | |
"mcp__puppeteer__puppeteer_navigate", | |
"mcp__puppeteer__puppeteer_screenshot", | |
"Bash(pnpm expo install:*)", | |
"mcp__puppeteer__puppeteer_click", | |
"Bash(cp:*)", | |
"mcp__puppeteer__puppeteer_evaluate", | |
"Bash(curl:*)", | |
"Bash(find:*)", | |
"mcp__context7__resolve-library-id", | |
"mcp__context7__get-library-docs", | |
"Bash(pnpm install:*)", | |
"Bash(npx expo install:*)", | |
"Bash(npx tsc:*)", | |
"Bash(npx expo start:*)" | |
], | |
"deny": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment