docs: 更新协议文档,删除废弃计划文档

- 更新 http-error-codes, user-points-chat-data-protocol
- 更新 divination-run-protocol, profile-protocol
- 删除废弃的后端和前端设计计划文档
This commit is contained in:
qzl
2026-04-08 17:23:02 +08:00
parent 49fc9a116f
commit e80a82bef4
57 changed files with 4117 additions and 2269 deletions
+11 -7
View File
@@ -1,10 +1,14 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"supabase": {
"type": "remote",
"enabled": true,
"url": "http://localhost:8001/mcp"
"$schema": "https://opencode.ai/config.json",
"instructions": [
"./.opencode/memory/current.md",
"./.opencode/memory/durable.md"
],
"mcp": {
"supabase": {
"type": "remote",
"enabled": true,
"url": "http://localhost:8001/mcp"
}
}
}
}