From 7f96e94c2198941e09055394b724ccc661bf9fe5 Mon Sep 17 00:00:00 2001 From: bruce Date: Thu, 4 Jun 2026 00:16:42 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E8=AE=BE=E8=AE=A1=E5=AF=B9=E9=BD=90):=20?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E9=A3=9E=E4=B9=A6=E8=B4=A3=E4=BB=BB=E4=BA=BA?= =?UTF-8?q?=E4=B8=8E=E9=80=9A=E7=9F=A5=E5=8F=A3=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/原型设计/1.9.知识库与治理台原型设计.md | 7 +++++++ docs/详细设计/5.风险预警.md | 15 +++++++++++---- docs/需求分析/4.chat模块需求分析.md | 11 +++++++---- docs/需求分析/5.audit模块需求分析.md | 10 +++++++--- docs/需求分析/6.agent_core模块需求分析.md | 11 +++++++---- 5 files changed, 39 insertions(+), 15 deletions(-) diff --git a/docs/原型设计/1.9.知识库与治理台原型设计.md b/docs/原型设计/1.9.知识库与治理台原型设计.md index 8657aaa..41aeca9 100644 --- a/docs/原型设计/1.9.知识库与治理台原型设计.md +++ b/docs/原型设计/1.9.知识库与治理台原型设计.md @@ -162,7 +162,12 @@ - 映射类型 - 章节 / 风险类型 - 责任角色 +- 责任人姓名 +- 部门 - 飞书用户 ID +- 飞书 Open ID +- 飞书昵称 +- 是否启用通知 - 启用状态 - 备注 @@ -185,6 +190,7 @@ - 配置名称 - 群聊 / 机器人标识 - 消息模板 +- 触发原因 - Web 链接模板 - 启用状态 - 最近测试状态 @@ -202,6 +208,7 @@ - 支持查看 interactive card 模板预览。 - 支持查看最近一次回执记录。 +- 固定展示两类触发原因:`task_completed`、`task_failed`。 ## 11. 与业务页面的入口关系 diff --git a/docs/详细设计/5.风险预警.md b/docs/详细设计/5.风险预警.md index 8e46e34..3b8089a 100644 --- a/docs/详细设计/5.风险预警.md +++ b/docs/详细设计/5.风险预警.md @@ -38,10 +38,17 @@ 1. `owner_role` 2. `owner_name` 3. `department` -4. `feishu_user_id` -5. `feishu_open_id` -6. `feishu_name` -7. `notify_enabled` +4. `chapter_scope` +5. `risk_scope` +6. `feishu_user_id` +7. `feishu_open_id` +8. `feishu_name` +9. `notify_enabled` + +风险结果还应直接给出通知触发语义,供飞书步骤复用: + +1. 正常完成时使用 `task_completed` +2. 异常失败时使用 `task_failed` ## 6. 对话节点要求 diff --git a/docs/需求分析/4.chat模块需求分析.md b/docs/需求分析/4.chat模块需求分析.md index b05dc3c..828f6a0 100644 --- a/docs/需求分析/4.chat模块需求分析.md +++ b/docs/需求分析/4.chat模块需求分析.md @@ -130,10 +130,13 @@ Chat 模块需要消费角色信息中的飞书字段。责任人实体至少包 1. `owner_role` 2. `owner_name` -3. `feishu_user_id` -4. `feishu_open_id` -5. `feishu_name` -6. `notify_enabled` +3. `department` +4. `chapter_scope` +5. `risk_scope` +6. `feishu_user_id` +7. `feishu_open_id` +8. `feishu_name` +9. `notify_enabled` 当前 Demo 通知策略固定为: diff --git a/docs/需求分析/5.audit模块需求分析.md b/docs/需求分析/5.audit模块需求分析.md index 63c424f..9473be3 100644 --- a/docs/需求分析/5.audit模块需求分析.md +++ b/docs/需求分析/5.audit模块需求分析.md @@ -92,9 +92,13 @@ V1 至少需要覆盖: 1. `owner_role` 2. `owner_name` -3. `feishu_user_id` -4. `feishu_open_id` -5. `feishu_name` +3. `department` +4. `chapter_scope` +5. `risk_scope` +6. `feishu_user_id` +7. `feishu_open_id` +8. `feishu_name` +9. `notify_enabled` ## 8. 验收标准 diff --git a/docs/需求分析/6.agent_core模块需求分析.md b/docs/需求分析/6.agent_core模块需求分析.md index 5bb1f3f..2377295 100644 --- a/docs/需求分析/6.agent_core模块需求分析.md +++ b/docs/需求分析/6.agent_core模块需求分析.md @@ -72,10 +72,13 @@ Agent Core 需要消费角色信息中的飞书字段: 1. `owner_role` 2. `owner_name` -3. `feishu_user_id` -4. `feishu_open_id` -5. `feishu_name` -6. `notify_enabled` +3. `department` +4. `chapter_scope` +5. `risk_scope` +6. `feishu_user_id` +7. `feishu_open_id` +8. `feishu_name` +9. `notify_enabled` V1 固定通知策略: