Skip to content

Commit f1b87f5

Browse files
1 parent 333ad38 commit f1b87f5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ crate, providing native-speed implementations for filesystem I/O, process
6666
management, secure storage, and more. It manages the application lifecycle,
6767
orchestrates native OS operations, launches and communicates with the `Cocoon`
6868
🦋 (`Node.js`) extension host sidecar via `gRPC` 🌿, and serves as the backend
69-
for the `Wind` 🌬️ layer through `Tauri` commands and events.
69+
for the `Wind` 🍃 layer through `Tauri` commands and events.
7070

7171
`Electron` ships an entire `Chromium` renderer per window, each carrying a full
7272
heap. Every OS interaction crosses a serialized JSON IPC pipe. **Mountain**
@@ -85,7 +85,7 @@ fraction of `Electron`'s.
8585
3. **Orchestrate Sidecars** - Reliably launch, manage, and communicate with the
8686
`Cocoon` 🦋 (`Node.js`) extension host sidecar via a robust `gRPC` 🌿
8787
interface.
88-
4. **Power the User Interface** - Serve as the backend for the `Wind` 🌬️ layer,
88+
4. **Power the User Interface** - Serve as the backend for the `Wind` 🍃 layer,
8989
responding to requests via `Tauri` commands and pushing state updates via
9090
`Tauri` events.
9191

@@ -316,7 +316,7 @@ component in the `Land` 🏞️ monorepo. It depends on:
316316

317317
| Component | Protocol | Role |
318318
| --------------------- | ---------------------------------- | ---------------------------------------------------- |
319-
| **Wind** 🌬️ / **Sky** | `tauri::invoke` + `sky://` events | UI WebView - command dispatch and state push |
319+
| **Wind** 🍃 / **Sky** | `tauri::invoke` + `sky://` events | UI WebView - command dispatch and state push |
320320
| **Cocoon** 🦋 | `gRPC` via `Vine` 🌿 on port 50052 | Node.js extension host sidecar |
321321
| **Air** 🪁 | `AirClient` gRPC | Background daemon for file indexing, search, updates |
322322
| **Grove** 🌳 | `gRPC` via `Vine` 🌿 | Native Rust/WASM extension host (future) |
@@ -406,7 +406,7 @@ Mountain is designed to be compatible with:
406406

407407
| Target | Integration |
408408
| ------------- | ------------------------------------------------------------------- |
409-
| **Wind** 🌬️ | Serves as the backend via `Tauri` commands and `sky://` events |
409+
| **Wind** 🍃 | Serves as the backend via `Tauri` commands and `sky://` events |
410410
| **Cocoon** 🦋 | Communicates via `gRPC` on port 50052 for extension host operations |
411411
| **Sky** | Hosts the `Sky` WebView as the primary UI surface |
412412
| **Air** 🪁 | Connects via `AirClient` gRPC for OTA updates and file operations |

0 commit comments

Comments
 (0)