core: prevent accidental edits to migration files by restricting agent access
parent
399b8f0701
commit
8a51cbd253
|
|
@ -5,6 +5,11 @@
|
||||||
"options": {},
|
"options": {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"permission": {
|
||||||
|
"edit": {
|
||||||
|
"packages/opencode/migration/*": "deny",
|
||||||
|
},
|
||||||
|
},
|
||||||
"mcp": {},
|
"mcp": {},
|
||||||
"tools": {
|
"tools": {
|
||||||
"github-triage": false,
|
"github-triage": false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue