chore(skills): drop legacy rows guidance from command cards - #152
Merged
Conversation
Skill cards guide new usage, so a deprecated verb earns no card entry: - skilldoc dump now excludes commands with a cobra Deprecated marker (the command stays in the CLI tree with its runtime warning). - cligen reads the spec's deprecated flag and stamps generated commands; monit query-rows carries the 'use monit-query data instead' message. - monit-query / monit cards now teach only data (query_result.v1) and diagnose; the raw rows passthrough remains callable during the migration period but is no longer agent guidance.
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.
变更
Skill 卡片只引导新用法,弃用动词不再进入卡片:
deprecated标记并给生成命令打 Deprecated:monit query-rows→use 'monit-query data' instead。data(query_result.v1)和diagnose;raw rows 通道在迁移期仍可调用,但不再是 agent 引导面。验证
go build/go vet/go test ./...全绿skilldoc checkcards OK__dump-commands中 rows 条目清零;fduty monit-query rows --help仍可运行并带弃用警告