test(workspace): enforce cloud package ownership

This commit is contained in:
2026-07-12 14:12:51 +08:00
parent bfd56fd2da
commit 00bf5ee428
3 changed files with 10 additions and 12 deletions
@@ -10,7 +10,7 @@
## 2. Cloud Package Extraction
- [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.
- [x] 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.
## 3. Locking And Developer Commands