Update
This commit is contained in:
@@ -13,6 +13,10 @@ permission:
|
|||||||
list: allow
|
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
|
# Commit messages
|
||||||
|
|
||||||
## Specification
|
## Specification
|
||||||
|
|||||||
@@ -2,16 +2,11 @@
|
|||||||
"$schema": "https://opencode.ai/config.json",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
"agent": {
|
"agent": {
|
||||||
"build": {
|
"build": {
|
||||||
"permission":
|
"permission":{
|
||||||
{
|
"task": {
|
||||||
"git": "allow"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"plan": {
|
|
||||||
"permission":
|
|
||||||
{
|
|
||||||
"git": "allow"
|
"git": "allow"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user