Commit d271a2b
committed
feat(Mountain/Vine): Add ProtoValueConverter utility module for IPC data serialization
- Introduces `ProtoValueConverter` module to handle conversions between `serde_json::Value` and Protocol Buffers' `Value` type
- Enables type-safe data interchange between `Mountain` backend and sidecar processes via `Vine` IPC layer
- Facilitates efficient serialization/deserialization for cross-language RPC calls (Rust <-> JS in `Cocoon`)
- Supports MVP Path A extension communication by ensuring compatibility with VS Code extension protocol requirements
- Part of foundational work for `Vine` IPC system that will also benefit future `Grove` native host development1 parent e117a00 commit d271a2b
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments