refactor(monit): 下线 monit-agent CLI 命令 - #182
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.
移除
monit-agent catalog/invoke及生成的monit targets/tools-catalog/tools-invoke,同步删除主机诊断 Skill 卡片和引导。数据源工具、monit-query与告警命令继续保留。SDK 依赖固定到本次退休提交
f478f34797be,无本地 replace;同步固定生成器的 Diagnostics 命名前缀,保持现有查询方法名。先从新 SDK 重新生成命令,再从实际命令树生成文档卡片。验证:关闭 Go workspace 后执行
GOWORK=off go test -p 4 ./...、GOWORK=off go run ./internal/cmd/skilldoc check、独立 CLI 构建;新增退休命令均报 unknown command 的回归。先合并配套 go-flashduty PR,再合并本 PR。旧 Agent 命令被有意移除,不保留隐藏别名或直接 HTTP 兼容实现。
已由两个上下文干净的 subagent 分别审查后端混版与跨仓客户端链路,修复 SDK E2E 编译残留和旧 Edge 发送队列积压问题后复审通过。