This commit is contained in:
2026-07-20 19:35:21 -04:00
parent 335f85270f
commit 9698986377
2 changed files with 8 additions and 9 deletions
+4
View File
@@ -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 -7
View File
@@ -2,15 +2,10 @@
"$schema": "https://opencode.ai/config.json",
"agent": {
"build": {
"permission":
{
"permission":{
"task": {
"git": "allow"
}
},
"plan": {
"permission":
{
"git": "allow"
}
}
}