/** * Barrel re-exports for selected shared symbols. Most consumers import * directly from per-file paths (`@blackbelt-technology/pi-dashboard-shared/.js`) * via the package's `exports` map. This barrel exists for symbols that * would otherwise be cumbersome to wire — currently the doctor core. * * Added by change: doctor-rich-output. */ export * from "./doctor-core.js";