chore: reorder settings.json keys

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
bastien 2026-04-13 15:12:37 +02:00
parent c99141f0a8
commit cd38324cf7

View File

@ -215,6 +215,9 @@
"type": "command", "type": "command",
"command": "bash ~/.claude/hooks/statusline.sh" "command": "bash ~/.claude/hooks/statusline.sh"
}, },
"enabledPlugins": {
"example-skills@anthropic-agent-skills": true
},
"extraKnownMarketplaces": { "extraKnownMarketplaces": {
"claude-code-plugins": { "claude-code-plugins": {
"source": { "source": {
@ -240,8 +243,5 @@
"repo": "anthropics/skills" "repo": "anthropics/skills"
} }
} }
},
"enabledPlugins": {
"example-skills@anthropic-agent-skills": true
} }
} }