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