index.ts 537 B

1234567891011
  1. /**
  2. * Runtime plugin, node half. The implementation lives entirely in the client
  3. * half (src/client/ — SlotsService, SessionsService + object layer, and the
  4. * shell-held ClientLoader under ./loader); consumers import the /client or
  5. * /loader subpaths. The empty apply exists so the plugin appears in the host
  6. * Loader (lifecycle governance + dshClient discovery). Contract:
  7. * api-contracts v3 section 4.
  8. */
  9. /** Host plugin body — no host-side behavior for the runtime plugin. */
  10. export function apply(_ctx: unknown): void {}