chore(protocol): remove unused shared packages - #2324
Merged
Conversation
Signed-off-by: xd-bobo <caojianbo@xd.com>
xd-bobo
force-pushed
the
chore/trim-protocol-packages
branch
from
August 10, 2026 03:34
67b69ee to
b0513fd
Compare
|
| Filename | Overview |
|---|---|
| cindy-protocol | 子模块指针从 56d9d9f54e 更新为 dbbf1697037;未发现可证实的兼容性或发布可达性缺陷。 |
| scripts/test-workspaces.config.mjs | 移除两个已删除且主仓无引用的 protocol 测试工作区,剩余四个工作区与文档声明一致。 |
| pnpm-lock.yaml | 仅删除 skill/voice protocol 对应的两个 importer,未改变共享依赖版本。 |
| scripts/tests/check-submodule-forward.test.mjs | 使用临时可见分支获取 baseline commit 后删除该分支,未改变生产检查逻辑。 |
| docs/dev-rules/protocol-and-submodules.md | 更新协议仓边界、兼容升级策略、发布要求及 review 清单。 |
| docs/dev-rules/repo-map.md | 同步记录协议仓当前保留的四个 package 及封闭精简策略。 |
Reviews (1): Last reviewed commit: "chore(protocol): remove unused shared pa..." | Re-trigger Greptile
Closed
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.
这次改了什么
摘要
将
cindy-protocolsubmodule 更新到dbbf169703(稳定标签client-baseline-dbbf169,上游 PR makecindy/cindy-protocol#49),移除已经没有消费方的 skill/voice protocol workspace 记录,并明确协议仓只维护、持续精简现有四个 package。同时修正 submodule forward guard 在 Git 2.54 下的测试夹具:通过临时可见分支获取基线 commit 后删除该分支,继续验证缺失的已发布 head 可以补取,不改变生产逻辑。
变更类型
docs/test/chore文档、测试或工程维护范围
UI 变化
不涉及。
怎么验证的
自动验证
首次完整单测中 iOS Simulator discovery 用例在并发负载下发生一次 5 秒超时;单独复跑 787ms 通过,随后完整门禁复跑全绿。
手工验证
不涉及。
未执行的验证
无。
风险
风险分类
影响与回滚
提交前检查