Files
Rune-Spec/opencode.json

18 lines
492 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"plugin": ["superpowers@git+https://github.com/obra/superpowers.git"],
"permission": {
"bash": {
"git add -f *": "deny",
"git add --force *": "deny",
"git push * --force *": "deny",
"git push * -f *": "deny",
"git push --force-with-lease *": "deny",
"git reset --hard *": "deny",
"git clean -f *": "deny",
"git checkout -- *": "deny",
"git restore --staged *": "deny"
}
}
}