Update readme

This commit is contained in:
2026-03-14 02:58:59 +11:00
parent 3d68f08e1d
commit 9f6e607e78
4 changed files with 36 additions and 34 deletions

View File

@@ -618,7 +618,7 @@ Exit criteria:
## Proposed File Layout
```text
Downterm/CommandNotch/
CommandNotch/CommandNotch/
App/
CommandNotchApp.swift
AppDelegate.swift

View File

@@ -321,12 +321,12 @@ The first deliverable should not include:
## Files Likely Impacted
- `Downterm/CommandNotch/Models/WorkspaceController.swift`
- `Downterm/CommandNotch/Models/WorkspaceRegistry.swift`
- `Downterm/CommandNotch/Models/WorkspaceStore.swift`
- `Downterm/CommandNotch/ContentView.swift`
- `Downterm/CommandNotch/Components/TabBar.swift`
- `Downterm/CommandNotch/Models/TerminalSession.swift`
- `CommandNotch/CommandNotch/Models/WorkspaceController.swift`
- `CommandNotch/CommandNotch/Models/WorkspaceRegistry.swift`
- `CommandNotch/CommandNotch/Models/WorkspaceStore.swift`
- `CommandNotch/CommandNotch/ContentView.swift`
- `CommandNotch/CommandNotch/Components/TabBar.swift`
- `CommandNotch/CommandNotch/Models/TerminalSession.swift`
- workspace-related tests
Likely new files: