build(workspace): link cloud platform to runtime

This commit is contained in:
2026-07-12 14:09:54 +08:00
parent b739f6d175
commit 07b7c9fc48
2 changed files with 7 additions and 2 deletions
@@ -5,7 +5,7 @@
- Baseline: `uv build` -> root sdist and wheel built successfully.
- [x] 1.2 Add `[tool.uv.workspace]` membership to the root project while retaining `device-agent-runtime` as the root package.
- [x] 1.3 Create `packages/cloud-platform/pyproject.toml` for the `device-cloud-platform` distribution with explicit build and package-discovery metadata.
- [ ] 1.4 Declare `device-agent-runtime` as a workspace source dependency of `device-cloud-platform` without adding any reverse dependency.
- [x] 1.4 Declare `device-agent-runtime` as a workspace source dependency of `device-cloud-platform` without adding any reverse dependency.
## 2. Cloud Package Extraction