feat(companion): add platform event teardown passthrough

This commit is contained in:
William Valentin
2026-02-16 19:29:39 -08:00
parent 0eb8126349
commit 4d6bed72d8
4 changed files with 39 additions and 1 deletions
+13
View File
@@ -620,6 +620,19 @@
],
"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"
},
"companion-platform-event-subscription-teardown": {
"status": "completed",
"date": "2026-02-17",
"updated": "2026-02-17",
"summary": "Added `clearEventSubscriptions()` passthrough to platform clients so event handler teardown can be managed directly at the platform wrapper layer.",
"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",