harnessed 3.9.14 → 3.9.15

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.14"};
1225
+ version: "3.9.15"};
1226
1226
 
1227
1227
  // src/manifest/errors.ts
1228
1228
  function instancePathToKeyPath(instancePath) {
@@ -6326,11 +6326,10 @@ function registerSetup(program2) {
6326
6326
  );
6327
6327
  }
6328
6328
  const rolePrompts = await loadRolePrompts(workflowsDir);
6329
- const cmdSkillNames = skillNames.filter((n) => n in rolePrompts);
6330
6329
  const installedPlugins = readInstalledPlugins();
6331
6330
  const installedUserSkills = readInstalledUserSkills();
6332
6331
  const cmdResult = await writeAllCommands(
6333
- cmdSkillNames,
6332
+ skillNames,
6334
6333
  commandsBase,
6335
6334
  rolePrompts,
6336
6335
  capabilitiesMap,