同步 Agent Skill 接入指南与运行时验收契约 - #134
Merged
Merged
Conversation
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.
Agent 接入指南仍把 compact 搜索当作带 schema 的发现结果,并未准确说明显式 delivery 的 CLI 包装结构;这些旧结论会让外部 skill 再次偏离当前实现。本次同步运行时流程与验收条件,使指南能约束正确的调用和完成判断。
--help与运行时tb help、compact 探索与--schemas调用准备,并检查 whoami 的认证字段。{delivery, result|operation}输出与缺 delivery 时的帮助补查。验证:
llmdoc validate通过(只有行数建议);pnpm verify通过(typecheck/Vitest 命中 Turbo 缓存,lint 和仓库 Node tests 实跑)。外部 skill 同步完成 58 条命令解析及 16 个隔离场景验证。本次仅更新接入指南及其 fingerprint;全局 baseline 保留原值,既有 Dashboard 文档漂移不在此次范围。没有可发布包、打包配置或依赖变化。
配套 skill 优化:TokenRollAI/tool-bridge-skill#5