From ae9928782d714cf9c65dee1af1b098468f73de47 Mon Sep 17 00:00:00 2001 From: Keith Smith Date: Tue, 3 Mar 2026 20:16:43 -0700 Subject: [PATCH] docs: close out milestone 8 and set milestone 9 as current --- README.md | 5 +++-- docs/PROGRESS.md | 14 ++++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fcc9f27..68cf2de 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ Supported target platforms: OrbitHub is in active development. -- Milestones completed: `v0-m0-done` through `v0-m5-done` -- Current milestone: Milestone 8 (Profile and Session UX Completion) +- Milestones completed: M0-M5 and M8 +- Current milestone: Milestone 9 (Packaging and Distribution) +- Deferred milestone: Milestone 6 (VNC Fully Working) - Latest checkpoint tag: `v0-m8-wip1` - VNC implementation milestone (M6) is currently deferred diff --git a/docs/PROGRESS.md b/docs/PROGRESS.md index 85ddf31..a8d8be9 100644 --- a/docs/PROGRESS.md +++ b/docs/PROGRESS.md @@ -124,9 +124,9 @@ Planned Scope: ## Milestone 8 - Profile and Session UX Completion -Status: In Progress +Status: Completed -Started: +Delivered: - Added profile `tags` field to storage + schema migration and profile editor UX - Added profile `folder_path` field + nested folder/subfolder profile view mode - Added profile tree context actions (`New Folder`, `New Connection`) and drag-to-folder profile moves with persistence @@ -140,10 +140,12 @@ Started: - Persisted session UI defaults (`terminal theme`, `events panel visibility`) for new tabs/windows - Added profile quick filters (`Protocol`, `Tag`) with persistence to speed profile browsing -Planned Scope: -- Complete protocol-aware profile validation and UX polish -- Add/persist session UI preferences and default behaviors -- Improve events/diagnostics visibility for long-running session usage +Validation: +- Local build verification passed (`cmake --build build`) +- No automated tests are currently configured in CTest + +Git: +- Tag: Pending user approval (`v0-m8-done`) ## Milestone 9 - Packaging and Distribution