From 4dee68c2302552fd8bd315ed21fddd4f615b1edc Mon Sep 17 00:00:00 2001 From: gavrielc Date: Tue, 10 Mar 2026 00:57:18 +0200 Subject: [PATCH] fix: run npm install after channel merges in setup to catch new dependencies --- .claude/skills/setup/SKILL.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.claude/skills/setup/SKILL.md b/.claude/skills/setup/SKILL.md index ee481b9..0d49171 100644 --- a/.claude/skills/setup/SKILL.md +++ b/.claude/skills/setup/SKILL.md @@ -156,7 +156,13 @@ Each skill will: 4. Register the chat with the correct JID format 5. Build and verify -**After all channel skills complete**, continue to step 7. +**After all channel skills complete**, install dependencies and rebuild — channel merges may introduce new packages: + +```bash +npm install && npm run build +``` + +If the build fails, read the error output and fix it (usually a missing dependency). Then continue to step 7. ## 7. Mount Allowlist