/**
 * OpenClaw plugin entry point for context-mode.
 *
 * This thin wrapper delegates to the compiled plugin logic.
 * OpenClaw loads this file via jiti (TypeScript runtime) when
 * discovering plugins from the .openclaw-plugin/ directory.
 *
 * The actual plugin definition (object form with id, name, configSchema,
 * register) lives in src/adapters/openclaw/plugin.ts, compiled to
 * build/adapters/openclaw/plugin.js.
 */
export { default } from "../build/adapters/openclaw/plugin.js";
