feat: add rules for opencode and remove old irrelevant files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"permission": {
|
||||
"bash": {
|
||||
"*": "ask",
|
||||
"git push origin main": "deny",
|
||||
"git push origin master": "deny",
|
||||
"git push *": "ask",
|
||||
"git commit *": "ask"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user