fix(cleanup): 审计收口第七波——skills 面精简 / wsIPRL shutdown 接线 / ACP 测试构造面 - #2156
Merged
Conversation
- edge skills: 删除零接线 hot-reload watcher(skill_watch.go 302 行)、trigger 匹配簇(MatchTrigger/WordBoundary/compileTriggers)、LoadBody/Get/List/ParseBody/ParseFull;仅保留生产面 Discover+Count+SystemPromptContext+ParseFrontmatter(#2154);fsnotify 依赖移除 - hub: StopWSIPRateLimiter 接线 App.Shutdown(7.5 步),全局 cleanup goroutine 不再跨过优雅关停窗口(#2154) - edge ACP: 删除仅测试使用的 NewAcpAdapter/NewAcpAdapterWithID/newAcpAdapter(4 个测试改走 NewAcpAdapterConfig) - test-sleep 基线同步(skills hot-reload sleep 条目移除) Co-authored-by: Cursor <cursor@vectorcontrol.tech>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
#2154 剩余三项:\n\n- edge skills 包 1814→约 500 行:删 hot-reload watcher / trigger 匹配 / lazy body / Get/List 等零生产接线面,生产仅 Discover+Count+SystemPromptContext;fsnotify 出依赖\n- hub StopWSIPRateLimiter 重新引入并接线 App.Shutdown(第 7.5 步),含幂等测试\n- edge ACP NewAcpAdapter/NewAcpAdapterWithID 删除,4 个测试改用 NewAcpAdapterConfig\n- test-sleep ratchet 同步(移除 skills hot-reload sleep 条目)\n\n验证:edge/hub go vet + 全量单测绿;hub lint 0 issues、edge lint ratchet PASS;doc-ssot/ci-gates ok。