Commit e117a00
committed
chore(Mountain/Vine): Add type module placeholder
Added placeholder TypeScript module for future IPC type definitions in the `Vine` IPC layer. This prepares for upcoming gRPC implementation by establishing file structure under `Mountain`'s IPC components, aligning with Path A's need for robust communication between core Rust backend and `Cocoon` Node.js sidecar.
- Creates scaffolding for auto-generated interfaces from .proto files
- Maintains directory structure required for future code generation tools
- Follows pattern established in recent b6ca605 IPC module setup
- Supports `Echo` API contract evolution through typed RPC definitions
Enables type-safe extension host communication while maintaining MVP progress, laying foundation for complex IPC requirements in later development phases.1 parent b6ca605 commit e117a00
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments