docs(split): mark Phases 2+3 landed; update CLAUDE.md credential table for new host split

This commit is contained in:
Daniel Harvey
2026-05-19 18:21:21 -04:00
parent 0a0a1826ce
commit a981a99978
3 changed files with 7 additions and 2 deletions
+4
View File
@@ -352,6 +352,8 @@ The current `MainLayout.razor` (`<div>@Body</div>` one-liner) is unshippable, bu
**Exit criterion:** Public site (`DeepDrftWeb` still by its old name) renders home page with chrome, prerenders correctly, no hangs. CMS continues to work from `DeepDrftManager`. The hosts run side-by-side.
**Landed:** merged to dev
**Phase 3: Extract `DeepDrftShared.Client` (optional, can run in parallel with 2).**
- New RCL `DeepDrftShared.Client`.
@@ -360,6 +362,8 @@ The current `MainLayout.razor` (`<div>@Body</div>` one-liner) is unshippable, bu
**Exit criterion:** Both apps render `TrackCard` from the shared RCL. Visual parity confirmed.
**Landed:** merged to dev
**Phase 4: Rename `DeepDrftWeb` → `DeepDrftPublic`, `DeepDrftWeb.Client` → `DeepDrftPublic.Client`.**
- Project file renames, namespace renames, csproj reference updates, solution file edits.