Document Milestone 2 scope and completion

This commit is contained in:
Keith Smith
2026-03-01 09:21:57 -07:00
parent f8a81ebe36
commit 01762422e9
2 changed files with 24 additions and 2 deletions

View File

@@ -54,3 +54,13 @@ OrbitHub uses a two-window model:
- Profiles CRUD
- Connect loads profile name into tab
- Tag: v0-m1-done
---
## Milestone 2
- Extend profiles schema (`host`, `port`, `username`, `protocol`, `auth_mode`)
- Replace prompt-based create/edit with a structured profile dialog form
- Connect loads full profile details into session tab
- Session lifecycle states in UI (`Connecting`, `Connected`, `Failed`) with non-blocking updates
- Tag: v0-m2-done