Skip to content

Commit 516ef87

Browse files
authored
Merge pull request #10968 from mendix/db-statusline
Update statusline
2 parents 3039e4b + ad162c6 commit 516ef87

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.claude/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,8 @@
183183
}
184184
]
185185
},
186-
"statusline": ".claude/statusline.sh"
186+
"statusLine": {
187+
"type": "command",
188+
"command": ".claude/statusline.sh"
189+
}
187190
}

.github/workflows/check-claude-settings.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
1919
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.**
2020
21-
To override the Claude settings locally, use \`.claude/settings.local.json\` instead.
21+
To override the Claude settings locally, use \`.claude/settings.local.json\` instead. This local file is gitignored and overrides the repo default.
2222
2323
**For example, if you're changing AWS_PROFILE:**
2424
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:
3232
}
3333
}
3434
\`\`\`
35-
36-
This local file is gitignored and overrides the repo default.`;
35+
`;
3736
3837
github.rest.issues.createComment({
3938
issue_number: context.issue.number,

0 commit comments

Comments
 (0)