feat: add shared protocol types

This commit is contained in:
root
2026-04-08 20:03:28 +00:00
parent 9232aa7c17
commit de9c41fc88
3 changed files with 185 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ It is referenced as a git submodule by both `Yonexus.Server` and `Yonexus.Client
## Contents
- `PROTOCOL.md` — full protocol specification
- TypeScript type definitions (planned: `src/types.ts`)
- `src/types.ts` — shared builtin envelope / payload TypeScript definitions
- `src/index.ts` — package export surface
- Canonical JSON shape references
## Purpose