refactor: decouple channel setup discovery

This commit is contained in:
Peter Steinberger
2026-03-15 16:17:24 -07:00
parent 963237a18f
commit 74c762beb0
11 changed files with 270 additions and 113 deletions

View File

@@ -26,6 +26,7 @@ const createRegistry = (diagnostics: PluginDiagnostic[]): PluginRegistry => ({
hooks: [],
typedHooks: [],
channels: [],
channelSetups: [],
commands: [],
providers: [],
gatewayHandlers: {},