Add CLAUDE_VERBOSE=1 and outputStyle=Explanatory to project settings so tool calls and bash outputs are fully visible in the terminal. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"env": {
|
|
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
|
|
"CLAUDE_VERBOSE": "1"
|
|
},
|
|
"outputStyle": "Explanatory",
|
|
"teammateMode": "tmux",
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cmake:*)",
|
|
"Bash(ctest:*)",
|
|
"Bash(nice:*)",
|
|
"Bash(./build/conformallab_tests:*)",
|
|
"Bash(./build/conformallab_cgal_tests:*)",
|
|
"Bash(bash scripts/quality/*)",
|
|
"Bash(bash scripts/*)",
|
|
"Bash(python3 scripts/*)",
|
|
"Bash(codespell:*)",
|
|
"Bash(shellcheck:*)",
|
|
"Bash(git status:*)",
|
|
"Bash(git diff:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(git show:*)",
|
|
"Bash(git branch:*)",
|
|
"Bash(git ls-remote:*)",
|
|
"Bash(git ls-files:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(find:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(wc:*)",
|
|
"Bash(curl -s*)"
|
|
],
|
|
"deny": [
|
|
"Bash(git push --force* origin main*)",
|
|
"Bash(git push -f* origin main*)",
|
|
"Bash(git reset --hard*)",
|
|
"Bash(rm -rf /*)"
|
|
]
|
|
}
|
|
}
|