mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-07-13 04:25:32 +08:00
- Move load_env_file, parse_timeout_seconds, build_remote_script, and build_ssh_command to scripts/common.py - Update remote_docker_run.py to import from common module - Improves code organization and reusability
19 lines
303 B
JSON
19 lines
303 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"permission": {
|
|
"bash": {
|
|
"python": "deny",
|
|
"python *": "deny",
|
|
"make": "deny",
|
|
"make *": "deny",
|
|
"just remote *": "ask"
|
|
},
|
|
"read": {
|
|
".env": "deny"
|
|
},
|
|
"edit": {
|
|
".env": "deny"
|
|
}
|
|
}
|
|
}
|