refactor(monit): remove retired commands and update SDK dependency - #183
Merged
Conversation
This was referenced Sep 8, 2026
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.
移除旧 diagnose、rule-counter-status 和 store-ruleset 命令,使 CLI 与下线后的 Monitors API 一致。诊断通过命名数据源工具执行,规则数量按保留的 node/channel/total 统计入口查询。
固定依赖 SDK 提交
5bf8f2902391(v0.15.1-0.20260908113851-5bf8f2902391),重新生成命令和帮助信息,删除规则仓库卡片并更新调查引导。旧命令回归测试验证直接报 unknown command 且不发送请求。验证:在
GOWORK=off下重新生成命令、运行go test ./...和go run ./internal/cmd/skilldoc check。建议先合入关联 SDK PR。关联 PR: