Restructure agent setup
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"command": {
|
||||
"build": {
|
||||
"template": "!just build",
|
||||
"description": "Build the project"
|
||||
},
|
||||
"lint": {
|
||||
"template": "!just lint",
|
||||
"description": "Run linter / typecheck"
|
||||
},
|
||||
"test": {
|
||||
"template": "!just test",
|
||||
"description": "Run tests"
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
"edit": {
|
||||
"src/wapp/**": "deny"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user