feat: auto-deploy guided servers on run registration

This commit is contained in:
npc0-hue
2026-07-28 16:57:09 +08:00
parent e2d0bc0595
commit 7f64765c1c
15 changed files with 191 additions and 55 deletions
@@ -0,0 +1,13 @@
## 1. Platform automatic dispatch
- [x] 1.1 Queue a fenced guided install after an accepted dedicated Run hello, with stable revision idempotency and no duplicate reconnect dispatch.
- [x] 1.2 Cover guided automatic dispatch and non-guided no-op behavior with service tests.
## 2. Management workflow
- [x] 2.1 Remove the normal manual Deploy/Retry deploy controls and describe automatic deployment after Run registration.
- [x] 2.2 Update focused frontend tests for the automatic workflow.
## 3. Verification
- [x] 3.1 Run focused backend/frontend tests, type checking, structure validation, and strict OpenSpec validation.