Commit 9b7f056
committed
refactor(Common): Simplify IPC module documentation and remove Effect constructors
Condense the IPC module doc comment from a verbose block explanation to a concise one-line summary. Remove inline BEM-style section comments that duplicated the module names.
Drop the `EstablishHostConnection` and `ProxyCallToSideCar` effect constructor modules as the IPC abstraction is being streamlined—only `SendNotificationToSideCar` and `SendRequestToSideCar` remain for active sidecar communication patterns.
The core IPC contract (`IPCProvider`), channel registry, and Sky event table stay intact.1 parent aa6701d commit 9b7f056
1 file changed
Lines changed: 2 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 1 | + | |
| 2 | + | |
8 | 3 | | |
9 | | - | |
10 | 4 | | |
11 | 5 | | |
12 | | - | |
13 | 6 | | |
14 | 7 | | |
15 | | - | |
16 | 8 | | |
17 | 9 | | |
18 | | - | |
19 | 10 | | |
20 | 11 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 12 | | |
27 | 13 | | |
28 | 14 | | |
0 commit comments