cleanup: omit unneeded invariant companions

This commit is contained in:
Turtle
2026-08-28 13:12:52 +08:00
parent 6d38ba8656
commit 15f2997bcb
1407 changed files with 1986 additions and 11398 deletions
@@ -73,7 +73,7 @@ host 侧校验会静默丢弃垃圾,因此格式错误或伪造的帧绝不会
| [`src/protocol.ts`](src/protocol.ts) | host 侧:帧编解码、敌意帧校验器、无损 JSON 计量器、共享标记文本 |
| [`py/protocol.py`](py/protocol.py) | Python 侧:`PROTOCOL_FD``TypedDict` 帧镜像、`log_truncation_marker` |
| [`tests/protocol-mirror.e2e.ts`](tests/protocol-mirror.e2e.ts) | 对照真实 `python3` 的跨语言镜像测试 |
| [`src/invariant.ts`](src/invariant.ts) | 不变式伴生插件(无运行时不变式;本包不注册任何可变数据关系 |
| — | 不发布运行时不变式伴生入口;本包不注册任何可变数据关系 |
</details>