skillscokac 1.5.9 → 1.6.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.
- package/bin/skillscokac.js +1 -12
- package/package.json +1 -1
package/bin/skillscokac.js
CHANGED
|
@@ -1178,18 +1178,7 @@ const options = program.opts()
|
|
|
1178
1178
|
const [skillName, downloadPath] = options.download
|
|
1179
1179
|
await downloadSkillCommand(skillName, downloadPath)
|
|
1180
1180
|
} else if (options.test) {
|
|
1181
|
-
|
|
1182
|
-
console.log(validatePathWithinBase('/home/ubuntu/codejogak/skillscokac', '/home/ubuntu/codejogak/skillscokac/ffe'));
|
|
1183
|
-
console.log(validatePathWithinBase('/home/ubuntu/codejogak/skillscokac', '/home/ubuntu/codejogak/skillscokac'));
|
|
1184
|
-
console.log(validatePathWithinBase('/home/ubuntu/codejogak/skillscokac/dfe', '/home/ubuntu/codejogak/skillscokac'));
|
|
1185
|
-
console.log(validatePathWithinBase('/home/ubuntu/.claude', '/home/ubuntu/.claude'));
|
|
1186
|
-
console.log(validatePathWithinBase('/home/ubuntu/.claude/dd', '/home/ubuntu/.claude'));
|
|
1187
|
-
console.log(validatePathWithinBase('/home/ubuntu/.claude/dd', '/home/ubuntu/.claude/skills'));
|
|
1188
|
-
console.log(validatePathWithinBase('/home/ubuntu/.claude/skills', '/home/ubuntu/.claude/skills/'));
|
|
1189
|
-
console.log(validatePathWithinBase('/home/ubuntu/.claude/skills/f', '/home/ubuntu/.claude/skills'));
|
|
1190
|
-
console.log(isWithInClaudeSkill('/home/ubuntu/.claude/skills/f'));
|
|
1191
|
-
console.log(isWithInClaudeSkill('/home/ubuntu/1.claude/skills/f'));
|
|
1192
|
-
console.log(isWithInClaudeSkill('/home/ubuntu/.claude/skills'));
|
|
1181
|
+
//...
|
|
1193
1182
|
} else if (options.upload) {
|
|
1194
1183
|
await uploadSkillCommand(options.upload, options.apikey)
|
|
1195
1184
|
} else if (options.uploadmodify) {
|