- Regenerate pnpm-lock.yaml to match v2 package.json (Baileys 6.17.16, @chat-adapter/linear 4.26.0) - src/container-runner.ts: when install_packages rebuilds a per-group image, append each installed package to /root/.npmrc's only-built-dependencies before pnpm install -g, so packages with postinstall scripts (playwright, puppeteer, native addons) don't install silently broken - Fix stray 'ppnpm uninstall' in 13 skill files (REMOVE.md + SKILL.md) left over from the npm→pnpm sed pass Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
281 B
281 B
Remove iMessage Channel
- Comment out
import './imessage.js'insrc/channels/index.ts - Remove iMessage env vars (
IMESSAGE_ENABLED,IMESSAGE_LOCAL,IMESSAGE_SERVER_URL,IMESSAGE_API_KEY) from.env pnpm uninstall chat-adapter-imessage- Rebuild and restart