@hasnatools/skills 0.1.34 → 0.1.35
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
|
@@ -23740,7 +23740,7 @@ async function setupCommand(promptArg, options = {}) {
|
|
|
23740
23740
|
// src/index.ts
|
|
23741
23741
|
var indigo12 = colors.primary;
|
|
23742
23742
|
var program2 = new Command;
|
|
23743
|
-
program2.name("skills").description("CLI for skills.md - AI Agent Skills Marketplace").version("0.1.
|
|
23743
|
+
program2.name("skills").description("CLI for skills.md - AI Agent Skills Marketplace").version("0.1.35");
|
|
23744
23744
|
program2.command("init").description("Initialize skills.md in current project").option("-f, --force", "Force re-initialization (removes existing .skills/)").action((options) => {
|
|
23745
23745
|
initCommand({ force: options.force });
|
|
23746
23746
|
});
|