feat(companion): add platform known-event-name passthrough

This commit is contained in:
William Valentin
2026-02-16 19:31:33 -08:00
parent 4f25994876
commit 9e7d3b0e13
4 changed files with 41 additions and 1 deletions
+13
View File
@@ -647,6 +647,19 @@
],
"test_status": "pnpm test:run src/companion/runtimeClient.test.ts src/companion/platformClients.test.ts src/companion/heartbeatLoop.test.ts src/companion/platformClients.integration.test.ts + pnpm typecheck passing"
},
"companion-platform-known-event-names-passthrough": {
"status": "completed",
"date": "2026-02-17",
"updated": "2026-02-17",
"summary": "Added `listKnownEventNames()` passthrough on platform clients so wrappers can expose the runtime event contract directly.",
"files_modified": [
"src/companion/platformClients.ts",
"src/companion/platformClients.test.ts",
"README.md",
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/companion/platformClients.test.ts src/companion/runtimeClient.test.ts src/companion/heartbeatLoop.test.ts src/companion/platformClients.integration.test.ts + pnpm typecheck passing"
},
"browser-tools-activation-clarity": {
"status": "completed",
"date": "2026-02-17",