/** * ClawLink Tools — re-export from app/ module * * This file exists for backward compatibility. * The actual tool implementations live in app/channel-tools.ts, * app/messaging-tools.ts, and app/ops-tools.ts. */ export { registerTools } from './app/index.js'; export type { ToolDescriptor, ToolFactory } from './app/types.js';