@rubytech/taskmaster 1.0.35 → 1.0.38

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.35",
3
- "commit": "e7580efb8cdb95913ff968bfa8255150ba9266a3",
4
- "builtAt": "2026-02-16T10:26:18.743Z"
2
+ "version": "1.0.38",
3
+ "commit": "4c88f88f621143e65fc32421e134334acd45c4a7",
4
+ "builtAt": "2026-02-16T12:20:54.269Z"
5
5
  }
@@ -123,7 +123,7 @@ async function copyTemplateWorkspace(workspace, force) {
123
123
  console.error("[2/7] Workspace: could not find package root, skipping");
124
124
  return;
125
125
  }
126
- const templateDir = path.join(packageRoot, "templates", "taskmaster");
126
+ const templateDir = path.join(packageRoot, "templates", "customer");
127
127
  const templateExists = await dirExists(templateDir);
128
128
  if (!templateExists) {
129
129
  console.error("[2/7] Workspace: template not found at " + templateDir);