nexus/packages/plugins/sdk/src
HD 8468d347be fix: address review feedback — subscription cleanup, filter nullability, stale diagram
- Add scopedBus.clear() in dispose() to prevent subscription accumulation
  on worker crash/restart cycles
- Use two-arg subscribe() overload when filter is null instead of passing
  empty object; fix filter type to include null
- Update ASCII flow diagram: onEvent is a notification, not request/response
2026-03-16 02:25:03 +07:00
..
ui Clarify plugin authoring and external dev workflow 2026-03-14 10:40:21 -05:00
bundlers.ts Clarify plugin authoring and external dev workflow 2026-03-14 10:40:21 -05:00
define-plugin.ts Add plugin framework and settings UI 2026-03-13 16:22:34 -05:00
dev-cli.ts Add plugin framework and settings UI 2026-03-13 16:22:34 -05:00
dev-server.ts Add plugin framework and settings UI 2026-03-13 16:22:34 -05:00
host-client-factory.ts fix: wire plugin event subscriptions from worker to host 2026-03-16 02:10:10 +07:00
index.ts Clarify plugin authoring and external dev workflow 2026-03-14 10:40:21 -05:00
protocol.ts fix: wire plugin event subscriptions from worker to host 2026-03-16 02:10:10 +07:00
testing.ts Clarify plugin authoring and external dev workflow 2026-03-14 10:40:21 -05:00
types.ts Clarify plugin authoring and external dev workflow 2026-03-14 10:40:21 -05:00
worker-rpc-host.ts fix: address review feedback — subscription cleanup, filter nullability, stale diagram 2026-03-16 02:25:03 +07:00