Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,8 @@
}
]
},
"statusline": ".claude/statusline.sh"
"statusLine": {
"type": "command",
"command": ".claude/statusline.sh"
}
}
5 changes: 2 additions & 3 deletions .github/workflows/check-claude-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -32,8 +32,7 @@ jobs:
}
}
\`\`\`

This local file is gitignored and overrides the repo default.`;
`;

github.rest.issues.createComment({
issue_number: context.issue.number,
Expand Down
Loading