mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-07-12 20:15:31 +08:00
17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"permission": {
|
|
"bash": {
|
|
"python": "deny",
|
|
"python *": "deny",
|
|
"just remote *": "ask"
|
|
},
|
|
"read": {
|
|
".env": "deny"
|
|
},
|
|
"edit": {
|
|
".env": "deny"
|
|
}
|
|
}
|
|
}
|