@pkgseer/cli 0.2.2 → 0.2.3
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
version
|
|
4
|
-
} from "./shared/chunk-
|
|
4
|
+
} from "./shared/chunk-zaq9c2d8.js";
|
|
5
5
|
|
|
6
6
|
// src/cli.ts
|
|
7
7
|
import { Command } from "commander";
|
|
@@ -3858,13 +3858,7 @@ function generateSkillContent(invocation = "pkgseer") {
|
|
|
3858
3858
|
return `---
|
|
3859
3859
|
name: pkgseer
|
|
3860
3860
|
version: ${version}
|
|
3861
|
-
description:
|
|
3862
|
-
Search code and documentation across npm, PyPI, and Hex packages.
|
|
3863
|
-
Find functions, classes, APIs, and usage examples. Also provides
|
|
3864
|
-
quality scores, security vulnerabilities, dependencies, and comparisons.
|
|
3865
|
-
Triggers on: "how does X work", "find examples of", "search for",
|
|
3866
|
-
"is X secure", "compare X vs Y", package evaluation, dependency decisions,
|
|
3867
|
-
"what package should I use for", API lookup, security audits.
|
|
3861
|
+
description: Search code/docs across npm, PyPI, Hex packages. Provides quality scores, security vulnerabilities, dependencies, comparisons. Use when user asks about package security, CVEs, vulnerabilities, code examples, API usage, package comparison, dependency analysis, or which package to use.
|
|
3868
3862
|
---
|
|
3869
3863
|
|
|
3870
3864
|
# PkgSeer - Package Intelligence
|
package/dist/index.js
CHANGED