core: prevent accidental edits to migration files by restricting agent access

pull/16772/head
Dax Raad 2026-03-09 11:25:58 -04:00
parent 399b8f0701
commit 8a51cbd253
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
"options": {}, "options": {},
}, },
}, },
"permission": {
"edit": {
"packages/opencode/migration/*": "deny",
},
},
"mcp": {}, "mcp": {},
"tools": { "tools": {
"github-triage": false, "github-triage": false,