Created
August 7, 2025 18:46
-
-
Save patmaddox/eb59c04a6ffb48b3b1bfcedd0c7b2877 to your computer and use it in GitHub Desktop.
hopsoft claude code config
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
{ | |
"$schema": "https://json.schemastore.org/claude-code-settings.json", | |
"permissions": { | |
"allow": [ | |
"Bash(:markdown-toc -i --maxdepth 3 ./**/*.md)", | |
"Bash(date:*)", | |
"Bash(echo $CONTEXT_PREFIX_PROJECT)", | |
"Bash(echo $CONTEXT_PREFIX_USER)", | |
"Bash(realpath:*)", | |
"Bash(test:*)", | |
"Bash(tree .)", | |
"Glob", | |
"LS", | |
"ListMcpResourcesTool", | |
"NotebookRead", | |
"Read(:**/.claude/commands/**/*.md)", | |
"Read(:**/context/**/README.md)", | |
"Read(:./**/*)", | |
"ReadMcpResourceTool", | |
"Search($CONTEXT_PREFIX_PROJECT/**/README.md)", | |
"Search($CONTEXT_PREFIX_USER/**/README.md)", | |
"TodoWrite", | |
"WebFetch", | |
"WebSearch", | |
"mcp__docs__get-library-docs", | |
"mcp__docs__resolve-library-id", | |
"mcp__files__directory_tree", | |
"mcp__files__get_file_info", | |
"mcp__files__list_allowed_directories", | |
"mcp__files__list_directory", | |
"mcp__files__list_directory_with_sizes", | |
"mcp__files__search_files", | |
"mcp__nvim__vim_buffer", | |
"mcp__nvim__vim_search", | |
"mcp__nvim__vim_status", | |
"mcp__think__sequentialthinking", | |
"mcp__tidewave__get_logs", | |
"mcp__tidewave__get_package_location", | |
"mcp__tidewave__list_liveview_pages", | |
"mcp__tidewave__package_docs_search", | |
"mcp__tidewave__package_search", | |
"mcp__wiki__deepwiki_fetch" | |
], | |
"deny": [ | |
"**/*.asc", | |
"**/*.auth", | |
"**/*.aws", | |
"**/*.bash_history", | |
"**/*.cer", | |
"**/*.crt", | |
"**/*.db", | |
"**/*.docker", | |
"**/*.env", | |
"**/*.envrc", | |
"**/*.gnupg", | |
"**/*.gpg", | |
"**/*.jks", | |
"**/*.key", | |
"**/*.keystore", | |
"**/*.kube", | |
"**/*.npmrc", | |
"**/*.ovpn", | |
"**/*.p12", | |
"**/*.pem", | |
"**/*.pfx", | |
"**/*.pgp", | |
"**/*.ppk", | |
"**/*.pub", | |
"**/*.pypirc", | |
"**/*.sqlite", | |
"**/*.sqlite3", | |
"**/*.ssh", | |
"**/*.token", | |
"**/*.truststore", | |
"**/*.zsh_history", | |
"**/*1password", | |
"**/*credentials", | |
"**/*private", | |
"**/*secrets", | |
"**/.ansible-vault", | |
"**/.auth", | |
"**/.aws/config", | |
"**/.netrc", | |
"**/.terraform/", | |
"**/authorized_keys", | |
"**/config.json", | |
"**/id_dsa", | |
"**/id_ed25519", | |
"**/id_rsa", | |
"**/terraform.tfvars", | |
"**/vault.yml" | |
] | |
}, | |
"feedbackSurveyState": { | |
"lastShownTime": 1754067120300 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment