Skip to content

Commit b7c88d6

Browse files
committed
chore(settings): reorganize claude config keys
- move model setting above hooks section for better readability
1 parent 8e62b4f commit b7c88d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ai-stuff/claude/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"Write(~/vault/personal/nl/house search/buying a house/**)"
3838
]
3939
},
40+
"model": "haiku",
4041
"hooks": {
4142
"Notification": [
4243
{
@@ -77,6 +78,5 @@
7778
"autoUpdatesChannel": "latest",
7879
"voiceEnabled": true,
7980
"autoMemoryEnabled": true,
80-
"autoDreamEnabled": true,
81-
"model": "haiku"
81+
"autoDreamEnabled": true
8282
}

0 commit comments

Comments
 (0)