skill-preflight 0.1.1 → 0.1.2
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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -8,7 +8,7 @@ export async function runCli(argv) {
|
|
|
8
8
|
program
|
|
9
9
|
.name("skill-preflight")
|
|
10
10
|
.description("Pre-install safety, token, and maintainability scorecard for AI agent skills.")
|
|
11
|
-
.version("0.1.
|
|
11
|
+
.version("0.1.2");
|
|
12
12
|
program
|
|
13
13
|
.command("scan")
|
|
14
14
|
.argument("[target]", "Local skill path or GitHub repository URL")
|