chore: sync local changes, add Chinese docs and opencode config
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user