docs(huanxi-skills): 修正工具调用描述与参数出入,补充工具定义优先规范
参数/描述修正: - report-submit.md:report_submit → report_submit_item - huanxi-shared 全局约定:同步修正 report_submit 工具名 - weekly-draft.md:多模块循环示例 week → week_number(weekly_report_save 正确参数名) - 工具索引补全参数:task_list_mine/people_get_board/user_list/weekly_report_submit - resolve-ids.md:澄清 feishu_user_id 与 feishu_open_id 是两个不同字段 新增工具调用规范: - huanxi-shared 全局约定第 6 条:以 MCP 工具实际定义为准 - 5 个 skill 文件前置区域统一加 ⚠️ 提示引用第 6 条 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
bd960dbddd
commit
8289fa6060
@@ -7,6 +7,8 @@ description: "寰汐周报工作流(仅限模块负责人):查看本周周
|
||||
|
||||
**前置条件:先 Read `../huanxi-shared/SKILL.md`(缓存规则 + TTL 策略)**
|
||||
|
||||
> ⚠️ **工具调用规范**:执行任何 `mcp__huanxi__*` 调用前,以工具实际注册的参数名和类型为准,本文档示例仅供工作流引导(见 shared 全局约定第 6 条)。
|
||||
|
||||
---
|
||||
|
||||
## 权限说明
|
||||
|
||||
@@ -92,7 +92,7 @@ for module in leader_modules:
|
||||
1. 提取该模块的 leader_report_batch(本周各日记录)
|
||||
2. AI 生成草稿(content + next_week_plan)
|
||||
3. 展示给用户确认/修改
|
||||
4. weekly_report_save(module_id=module.id, year, week, ...)
|
||||
4. weekly_report_save(module_id=module.id, year, week_number, ...)
|
||||
5. 告知:模块 "{module.name}" 草稿已保存 ✅
|
||||
|
||||
所有模块草稿完成后:统一展示,询问是否提交
|
||||
|
||||
Reference in New Issue
Block a user