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 +2 -3
- package/dist/cli.mjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/workflows/execute-task/SKILL.md +0 -84
- package/workflows/plan-feature/SKILL.md +0 -98
- package/workflows/verify-work/SKILL.md +0 -90
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.
|
|
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
|
-
|
|
6332
|
+
skillNames,
|
|
6334
6333
|
commandsBase,
|
|
6335
6334
|
rolePrompts,
|
|
6336
6335
|
capabilitiesMap,
|