Files

31 lines
713 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"superpowers@git+https://github.com/obra/superpowers.git",
"D:/software/Clawd on Desk/resources/app.asar.unpacked/hooks/opencode-plugin"
],
"mcp": {
"playwright": {
"type": "local",
"command": [
"npx",
"-y",
"@playwright/mcp"
],
"enabled": true
},
"code-review-graph": {
"type": "local",
"command": [
"D:\\code-review-graph\\code-review-graph-main\\.venv\\Scripts\\code-review-graph.exe",
"serve",
"--repo",
"D:\\AuraSpace"
],
"timeout": 600000,
"env": {
"CRG_REPO_ROOT": "D:\\AuraSpace"
}
}
}
}