Files
agent_compositor_test/opencode.json
T
2026-07-05 19:00:24 +01:00

23 lines
422 B
JSON

{
"$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"
}
}
}