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" + } } diff --git a/.github/workflows/check-claude-settings.yml b/.github/workflows/check-claude-settings.yml index b3141a6b8ab..0a53c82ae03 100644 --- a/.github/workflows/check-claude-settings.yml +++ b/.github/workflows/check-claude-settings.yml @@ -18,7 +18,7 @@ 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 +32,7 @@ jobs: } } \`\`\` - - This local file is gitignored and overrides the repo default.`; + `; github.rest.issues.createComment({ issue_number: context.issue.number,