From bddcd68aa646be12f5d97c4f05778e1e17ec7b31 Mon Sep 17 00:00:00 2001 From: theater <1347507191@qq.com> Date: Mon, 14 Sep 2026 07:23:23 +0800 Subject: [PATCH] docs(zh): add the missing Project Membership section to README_zh (#5409) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(zh): add the missing Project Membership section to README_zh #5395 added the Project Membership section to the English README; this mirrors it in the Chinese README, in the same position between the embedded Python Client and Scheduled Tasks sections. * docs(zh): use half-width parentheses in the Project Membership heading Review nit: match the heading style of 定时任务 (Scheduled Tasks) and 终端工作台 (TUI). --- README_zh.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README_zh.md b/README_zh.md index 4cd27ad2a..0e8c0e108 100644 --- a/README_zh.md +++ b/README_zh.md @@ -808,6 +808,20 @@ client.clear_goal("thread-1") 所有返回 dict 的方法都会在 CI 中通过 Gateway 的 Pydantic 响应模型校验(`TestGatewayConformance`),以确保内嵌 client 始终和 HTTP API schema 保持同步。完整 API 说明见 `backend/packages/harness/deerflow/client.py`。 +## 项目成员归属 (Project Membership) + +会话在创建时(选择了某个 project)或之后通过移动菜单加入一个 project。Run +永远不会修改成员归属:提交消息不能给会话指派或重新指派 project。将会话移出 +某个 project 后,它会保持未指派状态,直到被再次显式移动。 + +移动会话时会同时刷新其头部归属信息和 project 列表,即使此前的元数据请求仍 +在途中也是如此。 + +Projects 需要当前版本的数据库表和列。如果数据库已打上旧 0018 迁移序列的 +`0019_thread_incarnations` 版本标记而缺少 project schema,本次构建会在启动 +时拒绝该数据库。针对这类数据库启动此构建前,请先遵循 +[离线数据库恢复流程](docs/database-forward-revision-recovery.md)。 + ## 定时任务 (Scheduled Tasks) DeerFlow 现在在 workspace 里内置了一个一等的定时任务(scheduled-task)MVP。