Skip to content

Instantly share code, notes, and snippets.

@Offirmo
Last active March 22, 2026 19:59
Show Gist options
  • Select an option

  • Save Offirmo/2407560c16a20f3198e5c991ead25258 to your computer and use it in GitHub Desktop.

Select an option

Save Offirmo/2407560c16a20f3198e5c991ead25258 to your computer and use it in GitHub Desktop.
Claude code settings
// https://code.claude.com/docs/en/settings
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(npm run lint)",
"Bash(npm run test *)",
"Read(~/.zshrc)"
],
"deny": [
"Bash(curl *)",
"Read(./.env)",
"Read(./.env.*)",
"Read(./secrets/**)"
]
},
"env": {
"CLAUDE_CODE_ENABLE_TELEMETRY": "1",
"OTEL_METRICS_EXPORTER": "otlp"
},
"companyAnnouncements": [
"Welcome to Acme Corp! Review our code guidelines at docs.acme.com",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment