chore: initialize standalone UPM package
Publish UPM package / publish (push) Failing after 1s

This commit is contained in:
2026-08-26 02:49:49 +08:00
commit f9b05b4178
33 changed files with 812 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Changelog
本文件记录 `ShrinkCommand.Integration.Network` 在当前工作区中的包内变更。
## [0.1.0] - 2026-04-07
### Added
- 增加 `command/execute` RPC 桥接。
- 远程会话可自动映射为 `IShrinkCommandSource`,统一走命令运行时。
- 命令执行结果可直接通过 `ShrinkNetwork` 返回给远端调用方。
### Changed
- 桥接层公共类型补齐 `#nullable enable`,对齐当前运行时与宿主侧的可空语义。
- 保持桥接层职责边界,命令核心仍不直接依赖网络实现。