build(workspace): add cloud platform member

This commit is contained in:
2026-07-12 14:09:08 +08:00
parent 10df245f66
commit b739f6d175
3 changed files with 16 additions and 2 deletions
@@ -4,7 +4,7 @@
- Baseline: `uv run pytest -m "not integration"` -> 314 passed, 6 deselected.
- 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.
- [ ] 1.3 Create `packages/cloud-platform/pyproject.toml` for the `device-cloud-platform` distribution with explicit build and package-discovery metadata.
- [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.
## 2. Cloud Package Extraction