From d5fc0f6c548daeb49a3cfcd460a96f65267ea0c3 Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Mon, 1 Jun 2026 09:37:53 +0200 Subject: [PATCH] chore(settings): enable verbose output + explanatory style 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 --- .claude/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index a97be59..1fd4feb 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,8 +1,10 @@ { "$schema": "https://json.schemastore.org/claude-code-settings.json", "env": { - "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" + "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1", + "CLAUDE_VERBOSE": "1" }, + "outputStyle": "Explanatory", "teammateMode": "tmux", "permissions": { "allow": [