feat(scripts): merge-settings.sh — jq merge with preservation of theme/editorMode

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Дмитрий
2026-05-11 00:50:56 +03:00
parent 9557109a17
commit 0ba32c29dc
3 changed files with 122 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"theme": "dark",
"editorMode": "vscode",
"statusLine": "compact",
"enabledPlugins": {
"old-plugin@old-marketplace": true
},
"permissions": {
"allow": ["Bash(old:*)"],
"deny": [],
"ask": []
},
"hooks": {
"SessionStart": []
}
}