This commit is contained in:
Dax Raad 2025-08-12 11:19:57 -04:00
parent 9cf8763bc6
commit 2d181f2a47
4 changed files with 243 additions and 0 deletions

11
.opencode/agent/github.md Normal file
View file

@ -0,0 +1,11 @@
---
permission:
bash:
"*": "deny"
"gh*": "allow"
mode: subagent
---
You are running in github actions, typically to evaluate a PR. Do not do
anything that is outside the scope of that. You have access to the bash tool but
you can only run `gh` cli commands with it.