bash git clone https://github.com/qiuzhi2046/Qclaw.git cd Qclaw npm install Start dev server (Electron + Vite hot reload) npm run dev Type check npm run typecheck Run tests npm test Build production app npm run build electron/ main/ # Main process: window, CLI calls, IPC handlers preload/ # Preload scripts (secure IPC bridge) src/ pages/ # React pages: wizard steps, Dashboard, Chat components/ # Shared UI components lib/ # Business logic: channel/provider registration shared/ # Config workflows, gateway diagnostics assets/ # Icons and static assets docs/ # Architecture docs, changelogs script…