Skip to content

Commit 7e97ed1

Browse files
committed
chore(settings): add caveman marketplace, remove haiku model default
- remove hardcoded model: haiku setting - disable skill-creator plugin - enable caveman plugin with auto-update - add caveman github marketplace source
1 parent b7c88d6 commit 7e97ed1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

ai-stuff/claude/settings.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"Write(~/vault/personal/nl/house search/buying a house/**)"
3838
]
3939
},
40-
"model": "haiku",
4140
"hooks": {
4241
"Notification": [
4342
{
@@ -63,14 +62,22 @@
6362
"ralph-loop@claude-plugins-official": false,
6463
"feature-dev@claude-plugins-official": false,
6564
"obsidian@obsidian-skills": false,
66-
"skill-creator@claude-plugins-official": true
65+
"skill-creator@claude-plugins-official": false,
66+
"caveman@caveman": true
6767
},
6868
"extraKnownMarketplaces": {
6969
"obsidian-skills": {
7070
"source": {
7171
"source": "github",
7272
"repo": "kepano/obsidian-skills"
7373
}
74+
},
75+
"caveman": {
76+
"source": {
77+
"source": "github",
78+
"repo": "JuliusBrussee/caveman"
79+
},
80+
"autoUpdate": true
7481
}
7582
},
7683
"effortLevel": "low",

0 commit comments

Comments
 (0)