i.e. create .claude/settings.json with this:
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(R:*)",
"Bash(rm:*)",
"Bash(air format:*)",
"Edit(**)",
],
"deny": []
}
}
Rbuildignore:
gitignore:
settings.local.json
.claude/plans/ (maybe, depending on whether we want to share team plans or not)