@rubytech/taskmaster 1.8.1 → 1.9.0

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.
@@ -256,6 +256,9 @@ export async function syncSkillsToWorkspace(params) {
256
256
  const FORCE_RESYNC_SKILLS = new Set([
257
257
  // v1.6: skill-builder updated to use skill_draft_save tool instead of write
258
258
  "skill-builder",
259
+ // v1.8: new bundled taskmaster skill replaces any old workspace copies
260
+ // (template versions may contain private commercial data)
261
+ "taskmaster",
259
262
  ]);
260
263
  /**
261
264
  * Copy bundled skills into a workspace's `skills/` directory.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.8.1",
3
- "commit": "f838cd889aedc9f59262c4c1b2973c209410466a",
4
- "builtAt": "2026-02-26T17:02:38.311Z"
2
+ "version": "1.9.0",
3
+ "commit": "6ec3baf15f49752d39bae9589b10d00ba492cc2a",
4
+ "builtAt": "2026-02-26T20:00:11.544Z"
5
5
  }