docs(split): mark Phase 1 landed in PLAN.md and TWO-APP-SPLIT.md

This commit is contained in:
Daniel Harvey
2026-05-19 15:27:14 -04:00
parent 9243818863
commit e905b3974d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -337,6 +337,8 @@ The current `MainLayout.razor` (`<div>@Body</div>` one-liner) is unshippable, bu
**Exit criterion:** CMS host stands up, `/account/login` works against the seeded admin, `/cms/tracks` renders. Public site continues to run from `DeepDrftWeb` exactly as today (still entangled, still using band-aid MainLayout).
**Landed:** branch `split-phase1-manager`, commit `cd650c4`.
**Phase 2: Strip AuthBlocks out of `DeepDrftWeb`.**
- Remove the `AddAuthBlocks(...)`, `MapAuthBlocks()`, `UseAuthBlocksStartupAsync()` from `DeepDrftWeb/Program.cs`.