aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-12 02:33:46 -0500
committerCraig Jennings <c@cjennings.net>2026-06-12 02:33:46 -0500
commit5feaa94b3ba6c1ce52742a771d37e3186eb81230 (patch)
tree8ec41f4c9ebb265b5e1bf59ae4fa99afacb63396
parentba800d8828f7f260871b9e1d330590269b95cdc9 (diff)
downloadrulesets-5feaa94b3ba6c1ce52742a771d37e3186eb81230.tar.gz
rulesets-5feaa94b3ba6c1ce52742a771d37e3186eb81230.zip
chore: set opus as the machine-default model
-rw-r--r--.claude/settings.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/.claude/settings.json b/.claude/settings.json
index b2e5af7..f648e44 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -1,8 +1,4 @@
{
- "statusLine": {
- "type": "command",
- "command": "~/.claude/statusline-command.sh"
- },
"skillListingBudgetFraction": 0.05,
"attribution": {
"commit": "",
@@ -11,7 +7,7 @@
"permissions": {
"defaultMode": "bypassPermissions"
},
- "model": "fable",
+ "model": "opus",
"hooks": {
"PreToolUse": [
{
@@ -55,6 +51,10 @@
}
]
},
+ "statusLine": {
+ "type": "command",
+ "command": "~/.claude/statusline-command.sh"
+ },
"enabledPlugins": {
"pyright-lsp@claude-plugins-official": true,
"typescript-lsp@claude-plugins-official": true,