index.ts 540 B

1234567891011
  1. /**
  2. * Plan control plugin, node half. Pure UI plugin: the empty apply exists so
  3. * the plugin appears in the host cordis.yml / Loader; the browser half ships
  4. * via exports["./client"], discovered through the package.json dshClient
  5. * declaration. Plan behavior itself (the /plan command, the plan projection
  6. * unit, the policy section) is owned by `@deepseek-ai/dsh-plan-mode`,
  7. * composed independently on the host roster.
  8. */
  9. /** Host plugin body — no host-side behavior for this surface plugin. */
  10. export function apply(): void {}