From 21a842afac5cbf0f5797a613290fe98d2c5ff63a Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Thu, 2 Apr 2026 09:23:12 +0200 Subject: [PATCH 1/3] Update statusLine --- .claude/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index b26bb12516e..753eabf3725 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -183,5 +183,8 @@ } ] }, - "statusline": ".claude/statusline.sh" + "statusLine": { + "type": "command", + "command": ".claude/statusline.sh" + } } From 7d087ac92ddfd8e390849ca671986aa1d7a6db44 Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Thu, 2 Apr 2026 09:24:36 +0200 Subject: [PATCH 2/3] Move a line in the GH comment --- .github/workflows/check-claude-settings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-claude-settings.yml b/.github/workflows/check-claude-settings.yml index b3141a6b8ab..54ff110b1ac 100644 --- a/.github/workflows/check-claude-settings.yml +++ b/.github/workflows/check-claude-settings.yml @@ -18,7 +18,8 @@ jobs: You've modified Claude Code configuration files. These files contain the shared configuration for all contributors. Please revert this change if unintended. **ONLY modify these files if you need to change shared configurations that apply to everyone and have discussed this change with the TW team.** - To override the Claude settings locally, use \`.claude/settings.local.json\` instead. + To override the Claude settings locally, use \`.claude/settings.local.json\` instead. This local file is gitignored and overrides the repo default. + **For example, if you're changing AWS_PROFILE:** The default profile name is \`my-sandbox\`. If your AWS profile has a different name, override it locally instead of changing the shared file. @@ -32,8 +33,7 @@ jobs: } } \`\`\` - - This local file is gitignored and overrides the repo default.`; + `; github.rest.issues.createComment({ issue_number: context.issue.number, From ad162c6351079ee3496d34e4f666c6c111473637 Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Thu, 2 Apr 2026 09:25:01 +0200 Subject: [PATCH 3/3] Remove a line break --- .github/workflows/check-claude-settings.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check-claude-settings.yml b/.github/workflows/check-claude-settings.yml index 54ff110b1ac..0a53c82ae03 100644 --- a/.github/workflows/check-claude-settings.yml +++ b/.github/workflows/check-claude-settings.yml @@ -20,7 +20,6 @@ jobs: To override the Claude settings locally, use \`.claude/settings.local.json\` instead. This local file is gitignored and overrides the repo default. - **For example, if you're changing AWS_PROFILE:** The default profile name is \`my-sandbox\`. If your AWS profile has a different name, override it locally instead of changing the shared file.