docs(skill): 两处勘误 — tool 计数与限流措辞 - #20
Merged
Merged
Conversation
- 「暴露三个标准 MCP tool」实为四个 (表格列了 get_zcode_capabilities/ zcode_review/zcode_security_review/zcode_pr_review) - 限流措辞恢复「除读附件外」限定 + 自我纠结警告: 附件要靠 Read 工具读, 裸写「不要调用工具」会让模型纠结浪费推理 (2026-07-08 实测教训, drive-zcode 个人版一直保留, 蓝本改写时丢失)
Owner
Author
狗食审查(zcode_pr_review 自审)结论:可以合并(P0 × 0 / P1 × 0 / P2 × 2),两处勘误经代码核实为正确(tool 计数与 TOOLS 注册表三方一致)。P2 已在 82cf1c0 顺手闭环:「已内置此纪律」→「已内置等效纪律」(措辞精度)+ 成功判定节补 zcode_pr_review(上轮新增第四 tool 的遗留不一致,与本次勘误同源)。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
两处文档勘误(个人实战版 drive-zcode 一直保有、蓝本改写时丢失的内容):
「暴露三个标准 MCP tool」实为四个——下文表格列了 get_zcode_capabilities / zcode_review / zcode_security_review / zcode_pr_review 四行,计数句漏改。
限流措辞恢复「除读附件外」限定——防限流 prompt 写「不要调用工具/不要 spawn 子代理」会自相矛盾:附件本身要靠 Read 工具读,裸写「不要调用工具」会让 ZCode 自我纠结浪费推理(2026-07-08 实测教训)。已恢复限定词并补警告,同时把该句的 tool 清单从两个更新为 review 类三个。