11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"permission": {
|
|
"bash": {
|
|
"*": "allow",
|
|
"git push origin main": "deny",
|
|
"git push main": "ask"
|
|
}
|
|
}
|
|
}
|