@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-jyykfhaq.js";
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
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  version
3
- } from "./shared/chunk-jyykfhaq.js";
3
+ } from "./shared/chunk-zaq9c2d8.js";
4
4
  export {
5
5
  version
6
6
  };
@@ -1,4 +1,4 @@
1
1
  // package.json
2
- var version = "0.2.2";
2
+ var version = "0.2.3";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pkgseer/cli",
3
3
  "description": "CLI companion for PkgSeer - package intelligence for developers and AI assistants",
4
- "version": "0.2.2",
4
+ "version": "0.2.3",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",