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 +1 -1
- package/src/commands/install.js +1 -1
package/package.json
CHANGED
package/src/commands/install.js
CHANGED
|
@@ -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 (~/.
|
|
115
|
+
const location = options.global ? 'global (~/.agent/skills)' : 'project (./.agent/skills)';
|
|
116
116
|
console.log(`π Location: ${location}`);
|
|
117
117
|
|
|
118
118
|
// 5. ε€εΆζδ»Ά
|