This repository was archived by the owner on Aug 11, 2026. It is now read-only.
chore(repo): remove unused protocol packages - #49
Merged
Conversation
|
| Filename | Overview |
|---|---|
| pnpm-lock.yaml | 同步移除两个已删除 workspace package 的 importer,未改变其余已解析依赖版本。 |
| README.md | 更新中文仓库定位、现存 package 清单、消费方信息及协议文档链接。 |
| README.en.md | 与中文 README 同步说明封闭 package 集合和持续收缩方向。 |
| CONTRIBUTING.md | 增加 package 集合只减不增的硬性规则,并清理已删除协议的演进要求。 |
| CONTRIBUTING.en.md | 同步英文贡献规则、协议清单及提交 scope。 |
| packages/skill-protocol/package.json | 随无消费方的 skill-protocol package 一并删除。 |
| packages/voice-protocol/package.json | 随无消费方的 voice-protocol package 一并删除。 |
Reviews (2): Last reviewed commit: "chore(repo): remove unused protocol pack..." | Re-trigger Greptile
7 tasks
Signed-off-by: jerboy <jerboy89@gmail.com>
xd-bobo
force-pushed
the
chore/trim-protocol-packages
branch
from
August 10, 2026 03:33
6d4e0f3 to
dbbf169
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
动机 / Motivation
skill-protocol与voice-protocol已没有客户端或服务端消费方,但仍增加 submodule 更新、锁文件维护和发布协同成本。本 PR 删除这两个闲置 package,并把仓库定位明确为存量协议的维护与收缩仓库。变更类型 / Change type
兼容性影响 / Compatibility impact
不改变剩余四个 package 的 wire contract。旧 checkout 仍可通过历史 git pin 访问已删除内容;当前客户端和服务端均未引用被删除 package。
保留的封闭集合:device-link、model-access、plugin、slack-hook。后续不再接收新 package,集合只能保持或缩减。
「三件套」自查 / The trio
N/A:本 PR 不修改存量协议的类型、解析或 wire 语义。
检查项 / Checklist
验证 / Validation
corepack pnpm@10.33.2 lintcorepack pnpm@10.33.2 format:checkcorepack pnpm@10.33.2 -r buildcorepack pnpm@10.33.2 -r test:245 tests passed为消费仓创建稳定标签:
client-baseline-dbbf169。