From 5db68bfa0d0827161f58294ba3b0aec4197259a3 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Sun, 12 Jul 2026 14:16:39 +0800 Subject: [PATCH] test(workspace): verify member scoped commands --- openspec/changes/uv-workspace-packaging/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openspec/changes/uv-workspace-packaging/tasks.md b/openspec/changes/uv-workspace-packaging/tasks.md index 5627736..ce01415 100644 --- a/openspec/changes/uv-workspace-packaging/tasks.md +++ b/openspec/changes/uv-workspace-packaging/tasks.md @@ -18,7 +18,7 @@ - [x] 3.1 Generate and commit the shared `uv.lock` for all workspace members. - [x] 3.2 Verify clean `uv sync --locked` and lock consistency checks from the workspace root. - Verified with a fresh temporary environment using `uv sync --locked --all-packages` followed by `uv lock --check`. -- [ ] 3.3 Verify member-scoped uv commands for both `device-agent-runtime` and `device-cloud-platform`. +- [x] 3.3 Verify member-scoped uv commands for both `device-agent-runtime` and `device-cloud-platform`. - [ ] 3.4 Update README and relevant setup documentation with workspace synchronization, test, build, and package-selection commands while leaving console npm commands unchanged. ## 4. Build And Compatibility Verification