From 47dfc3b8c58a0292d46954ea9d8868c5949e2066 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Sun, 12 Jul 2026 16:38:37 +0800 Subject: [PATCH] chore(cloud): verify workspace preconditions --- openspec/changes/cloud-control-plane-integration/tasks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openspec/changes/cloud-control-plane-integration/tasks.md b/openspec/changes/cloud-control-plane-integration/tasks.md index b7ef03b..21eec41 100644 --- a/openspec/changes/cloud-control-plane-integration/tasks.md +++ b/openspec/changes/cloud-control-plane-integration/tasks.md @@ -1,6 +1,7 @@ ## 1. Preconditions And Application Members -- [ ] 1.1 Complete and verify every task in `uv-workspace-packaging` before changing cloud behavior. +- [x] 1.1 Complete and verify every task in `uv-workspace-packaging` before changing cloud behavior. + - Verified 17/17 tasks complete, strict OpenSpec validation passed, and the shared lockfile is current. - [ ] 1.2 Add `apps/cloud-api` as the `device-cloud-api` workspace project with an app factory and CLI/server entry point. - [ ] 1.3 Add `apps/device-host-agent` as the `device-host-agent` workspace project with a CLI entry point and explicit Runtime/cloud dependencies. - [ ] 1.4 Add configuration models that validate environment, database URL, scheduler intervals, lease durations, retry limits, poll settings, host identity, and insecure-development overrides.