harnessed 3.9.13 → 3.9.14

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.
package/dist/cli.mjs CHANGED
@@ -1222,7 +1222,7 @@ var init_auto_install = __esm({
1222
1222
 
1223
1223
  // package.json
1224
1224
  var package_default = {
1225
- version: "3.9.13"};
1225
+ version: "3.9.14"};
1226
1226
 
1227
1227
  // src/manifest/errors.ts
1228
1228
  function instancePathToKeyPath(instancePath) {
@@ -6326,10 +6326,11 @@ function registerSetup(program2) {
6326
6326
  );
6327
6327
  }
6328
6328
  const rolePrompts = await loadRolePrompts(workflowsDir);
6329
+ const cmdSkillNames = skillNames.filter((n) => n in rolePrompts);
6329
6330
  const installedPlugins = readInstalledPlugins();
6330
6331
  const installedUserSkills = readInstalledUserSkills();
6331
6332
  const cmdResult = await writeAllCommands(
6332
- skillNames,
6333
+ cmdSkillNames,
6333
6334
  commandsBase,
6334
6335
  rolePrompts,
6335
6336
  capabilitiesMap,