/** * Toolkit (Essentials) node detection constants. * * Re-exported from essentialsNodes.ts — the single source of truth. * Used by telemetry to track toolkit node adoption and popularity. */ export { TOOLKIT_NOVEL_NODE_NAMES as TOOLKIT_NODE_NAMES, TOOLKIT_BLUEPRINT_MODULES } from './essentialsNodes'