mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
core: prevent accidental edits to migration files by restricting agent access
This commit is contained in:
parent
399b8f0701
commit
8a51cbd253
1 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,11 @@
|
||||||
"options": {},
|
"options": {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"permission": {
|
||||||
|
"edit": {
|
||||||
|
"packages/opencode/migration/*": "deny",
|
||||||
|
},
|
||||||
|
},
|
||||||
"mcp": {},
|
"mcp": {},
|
||||||
"tools": {
|
"tools": {
|
||||||
"github-triage": false,
|
"github-triage": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue