Files
Mini-Nav/.opencode/opencode.json
SikongJueluo 7450505a86 feat(remote): unify remote execution workflow with env-based config
- Replace hardcoded SSH/docker targets with environment variables
- Add remote-check, remote-dry, remote-test, remote-test-one recipes
- Add remote cmd for arbitrary command execution in docker container
2026-05-03 15:32:32 +08:00

10 lines
139 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"make": "deny",
"make *": "deny"
}
}
}