/** * Public API client entrypoint. * * Kept stable because consumers import `@useorgx/openclaw-plugin/api`. * The implementation lives under `src/contracts/client.ts`. */ export * from "./contracts/client.js";