switchroom 0.13.44 → 0.13.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7090,6 +7090,7 @@ function validateSkillMd(content, expectedName) {
7090
7090
  }
7091
7091
  return { ok: true, frontmatter: fm };
7092
7092
  }
7093
+ var BANNED_PHRASE = "claude" + " -p";
7093
7094
 
7094
7095
  // src/cli/skill-validate-pretool.ts
7095
7096
  var SKILLS_SEGMENT = "/.claude/skills/";