create-takt-sdd 0.8.0 → 0.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.
Files changed (2) hide show
  1. package/dist/install.js +1 -0
  2. package/package.json +1 -1
package/dist/install.js CHANGED
@@ -68,6 +68,7 @@ const TAKT_SKILLS = [
68
68
  "takt-facet",
69
69
  "takt-optimize",
70
70
  "takt-piece",
71
+ "takt-task",
71
72
  ];
72
73
  const SKILL_SYMLINK_TARGETS = [
73
74
  ".claude/skills",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-takt-sdd",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Installer for takt-sdd: Spec-Driven Development workflow for takt",
5
5
  "type": "module",
6
6
  "bin": {