Update
This commit is contained in:
@@ -13,6 +13,10 @@ permission:
|
||||
list: allow
|
||||
---
|
||||
|
||||
Your role is to handle git operations like commit and push.
|
||||
You must not compile, build or attempt to fix code because everything has already been tested and confirmed as working as intended.
|
||||
When writing commit messages, follow the specification below.
|
||||
|
||||
# Commit messages
|
||||
|
||||
## Specification
|
||||
|
||||
@@ -2,16 +2,11 @@
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"agent": {
|
||||
"build": {
|
||||
"permission":
|
||||
{
|
||||
"git": "allow"
|
||||
}
|
||||
},
|
||||
"plan": {
|
||||
"permission":
|
||||
{
|
||||
"permission":{
|
||||
"task": {
|
||||
"git": "allow"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user