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.
Files changed (2) hide show
  1. package/bin/skillscokac.js +1 -12
  2. package/package.json +1 -1
@@ -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
- console.log(validatePathWithinBase('/home/ubuntu/codejogak/skillscokac/11/11', '/home/ubuntu/codejogak/skillscokac/11/', false));
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillscokac",
3
- "version": "1.5.9",
3
+ "version": "1.6.0",
4
4
  "description": "CLI tool to install and manage Claude Code skills from skills.cokac.com",
5
5
  "main": "bin/skillscokac.js",
6
6
  "bin": {