chore: sync worktree changes - update protocols, trellis workspace, and config

This commit is contained in:
qzl
2026-04-23 16:04:04 +08:00
parent eeed737949
commit dcb0eb4c65
13 changed files with 519 additions and 40 deletions
+20 -7
View File
@@ -1,10 +1,23 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"supabase": {
"type": "remote",
"enabled": true,
"url": "http://localhost:8001/mcp"
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"*": "allow",
"git checkout --*": "ask",
"git checkout -- *": "ask",
"git restore *": "ask",
"git reset --hard*": "ask",
"git reset HEAD*": "ask",
"git revert*": "ask",
"git clean*": "ask",
"git stash drop*": "ask"
}
},
"mcp": {
"supabase": {
"type": "remote",
"enabled": true,
"url": "http://localhost:8001/mcp"
}
}
}
}