feat(cloud): validate control plane and host configuration

This commit is contained in:
2026-07-12 16:45:12 +08:00
parent 5e98708a94
commit 638216d6e7
5 changed files with 355 additions and 1 deletions
@@ -4,7 +4,7 @@
- Verified 17/17 tasks complete, strict OpenSpec validation passed, and the shared lockfile is current.
- [x] 1.2 Add `apps/cloud-api` as the `device-cloud-api` workspace project with an app factory and CLI/server entry point.
- [x] 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.
- [x] 1.4 Add configuration models that validate environment, database URL, scheduler intervals, lease durations, retry limits, poll settings, host identity, and insecure-development overrides.
## 2. Repository Contract And Migrations