@hasnatools/skills 0.1.18 → 0.1.20
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23137,7 +23137,7 @@ async function doctorCommand() {
|
|
|
23137
23137
|
// src/index.ts
|
|
23138
23138
|
var indigo12 = colors.primary;
|
|
23139
23139
|
var program2 = new Command;
|
|
23140
|
-
program2.name("skills").description("CLI for skills.md - AI Agent Skills Marketplace").version("0.1.
|
|
23140
|
+
program2.name("skills").description("CLI for skills.md - AI Agent Skills Marketplace").version("0.1.20");
|
|
23141
23141
|
program2.command("init").description("Initialize skills.md in current project").option("-f, --force", "Force re-initialization (removes existing .skills/)").action((options) => {
|
|
23142
23142
|
initCommand({ force: options.force });
|
|
23143
23143
|
});
|