joyskills-cli 0.2.5 β†’ 0.2.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joyskills-cli",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Team-level skill governance compatible with open skill / Claude Skills",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -112,7 +112,7 @@ async function installPublicSkill(skillName, options, localManager, lockfileMana
112
112
  const skillDirName = parts[parts.length - 1]; // anthropics/skills/pdf -> pdf
113
113
  const targetDir = path.join(localManager.getSkillsDir(), skillDirName);
114
114
 
115
- const location = options.global ? 'global (~/.claude/skills)' : 'project (./.claude/skills)';
115
+ const location = options.global ? 'global (~/.agent/skills)' : 'project (./.agent/skills)';
116
116
  console.log(`πŸ“ Location: ${location}`);
117
117
 
118
118
  // 5. ε€εˆΆζ–‡δ»Ά