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
This commit is contained in:
2026-05-03 15:29:01 +08:00
parent f5daaa2667
commit 7450505a86
5 changed files with 377 additions and 11 deletions

9
.opencode/opencode.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"make": "deny",
"make *": "deny"
}
}
}