Files
brain/scripts/fixtures/sample-settings.json
T
2026-05-11 00:50:56 +03:00

17 lines
266 B
JSON

{
"theme": "dark",
"editorMode": "vscode",
"statusLine": "compact",
"enabledPlugins": {
"old-plugin@old-marketplace": true
},
"permissions": {
"allow": ["Bash(old:*)"],
"deny": [],
"ask": []
},
"hooks": {
"SessionStart": []
}
}