feat(companion): add typed canvas RPC helpers for runtime clients

This commit is contained in:
William Valentin
2026-02-16 18:33:59 -08:00
parent 2e07ae44a3
commit 97afc39e01
8 changed files with 268 additions and 2 deletions
+1 -1
View File
@@ -1430,5 +1430,5 @@ For more implementation details, see:
- Protocol types: `src/gateway/protocol.ts`
- Handlers: `src/gateway/handlers/`
- Gateway server: `src/gateway/server.ts`
- Companion runtime client helper: `src/companion/runtimeClient.ts`
- Companion runtime client helper: `src/companion/runtimeClient.ts` (node + system + `canvas.*` typed RPC wrappers)
- Platform companion wrappers: `src/companion/platformClients.ts`