mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 13:50:12 -04:00
chore(settings): remove redundant default values
Drop includeGitInstructions, syntaxHighlightingDisabled, and autoUpdatesChannel — all were set to their defaults.
This commit is contained in:
parent
a788cd5d52
commit
ad26db334e
1 changed files with 0 additions and 3 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
"commit": "",
|
"commit": "",
|
||||||
"pr": ""
|
"pr": ""
|
||||||
},
|
},
|
||||||
"includeGitInstructions": true,
|
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"Bash",
|
"Bash",
|
||||||
|
|
@ -51,9 +50,7 @@
|
||||||
"defaultMode": "acceptEdits"
|
"defaultMode": "acceptEdits"
|
||||||
},
|
},
|
||||||
"model": "sonnet",
|
"model": "sonnet",
|
||||||
"syntaxHighlightingDisabled": false,
|
|
||||||
"effortLevel": "medium",
|
"effortLevel": "medium",
|
||||||
"autoUpdatesChannel": "stable",
|
|
||||||
"claudeMdExcludes": [
|
"claudeMdExcludes": [
|
||||||
".claude/agent-memory/**"
|
".claude/agent-memory/**"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue