Batch update 62 files across .claude/skills/ — SKILL.md, REMOVE.md, and script files. Conversions: npm run -> pnpm run, npm install -> pnpm install, npx -> pnpm exec/dlx, npm uninstall -> pnpm uninstall, package-lock.json -> pnpm-lock.yaml, shebangs updated.
7 lines
228 B
Markdown
7 lines
228 B
Markdown
# Remove Webex Channel
|
|
|
|
1. Comment out `import './webex.js'` in `src/channels/index.ts`
|
|
2. Remove `WEBEX_BOT_TOKEN` and `WEBEX_WEBHOOK_SECRET` from `.env`
|
|
3. `ppnpm uninstall @bitbasti/chat-adapter-webex`
|
|
4. Rebuild and restart
|