refactor(cloud): move package into workspace member

This commit is contained in:
2026-07-12 14:11:51 +08:00
parent 07b7c9fc48
commit bfd56fd2da
12 changed files with 1 additions and 1 deletions
@@ -9,7 +9,7 @@
## 2. Cloud Package Extraction ## 2. Cloud Package Extraction
- [ ] 2.1 Move the existing `cloud` package under `packages/cloud-platform` while preserving every `cloud.*` import path. - [x] 2.1 Move the existing `cloud` package under `packages/cloud-platform` while preserving every `cloud.*` import path.
- [ ] 2.2 Remove `cloud*` from the root distribution's setuptools discovery and update path-sensitive composition tests or tooling. - [ ] 2.2 Remove `cloud*` from the root distribution's setuptools discovery and update path-sensitive composition tests or tooling.
- [ ] 2.3 Add packaging tests that identify the owning distribution for Runtime and cloud modules and reject reverse cloud dependencies. - [ ] 2.3 Add packaging tests that identify the owning distribution for Runtime and cloud modules and reject reverse cloud dependencies.