@@ -38,7 +38,7 @@ The UI Component Layer for `Land` 🏞️.
3838
3939Welcome to ** Sky**   ; 🌌, the declarative ** UI component layer** of the
4040** Land**   ; 🏞️ Code Editor. Built with the ** ` Astro ` ** framework, ` Sky ` renders
41- the user interface — editor, side bar, activity bar, status bar, and panels. It
41+ the user interface - editor, side bar, activity bar, status bar, and panels. It
4242operates within the ** ` Tauri ` ** webview alongside ` Wind ` , consuming state and
4343services from the ` Wind ` service layer to display and manage the editor's visual
4444presentation.
@@ -74,7 +74,7 @@ presentation.
7474 through environment-based selection:
7575 - ** A1 (Browser/BrowserProxy):** Browser-based workbench with optional service
7676 proxy.
77- - ** A2 (Mountain — RECOMMENDED):** Browser workbench with Mountain-backed
77+ - ** A2 (Mountain - RECOMMENDED):** Browser workbench with Mountain-backed
7878 providers.
7979 - ** A3 (Electron):** Electron workbench with polyfills for ` VS Code ` .
8080- ** Component Modularity:** Organized into Pages (routes), Workbenches
@@ -147,26 +147,26 @@ graph LR
147147 classDef mountain fill:#f0d0ff,stroke:#9b59b6,stroke-width:2px,color:#2c0050;
148148 classDef external fill:#ebebeb,stroke:#888,stroke-dasharray:5 5,color:#333;
149149
150- subgraph "🌌 Sky — UI Component Layer (Tauri Webview)"
151- Pages["Pages — index, Browser, Electron, Mountain, Isolation"]:::sky
152- Workbenches["Workbench Components — Browser, Mountain, Default, NLS"]:::sky
153- WorkbenchImpl["Workbench Implementations — BrowserProxy/, Electron/"]:::sky
150+ subgraph "🌌 Sky - UI Component Layer (Tauri Webview)"
151+ Pages["Pages - index, Browser, Electron, Mountain, Isolation"]:::sky
152+ Workbenches["Workbench Components - Browser, Mountain, Default, NLS"]:::sky
153+ WorkbenchImpl["Workbench Implementations - BrowserProxy/, Electron/"]:::sky
154154 end
155155
156- subgraph "🍃 Wind — Service Layer (Tauri Webview)"
157- PreloadJS["Preload.js — Environment Shim"]:::wind
156+ subgraph "🍃 Wind - Service Layer (Tauri Webview)"
157+ PreloadJS["Preload.js - Environment Shim"]:::wind
158158 WindServices["Wind Effect-TS Services"]:::wind
159159 TauriIntegrations["Wind/Tauri Integrations"]:::wind
160160 end
161161
162- subgraph "📱 Tauri Shell & Mountain — Rust Backend"
162+ subgraph "📱 Tauri Shell & Mountain - Rust Backend"
163163 TauriWindow["Tauri Window API"]:::tauri
164164 TauriEvents["Tauri Event System"]:::tauri
165- MountainCore["⛰️ Mountain — Rust Core"]:::mountain
165+ MountainCore["⛰️ Mountain - Rust Core"]:::mountain
166166 end
167167
168168 subgraph "📦 External"
169- VSCodeComponents["VS Code Core UI — @codeeditorland/output"]:::external
169+ VSCodeComponents["VS Code Core UI - @codeeditorland/output"]:::external
170170 end
171171
172172 Pages --> Workbenches
0 commit comments