agdex 0.4.1 → 0.4.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/index.js CHANGED
@@ -37,7 +37,7 @@ import {
37
37
  tailwindProvider,
38
38
  tauriProvider,
39
39
  tyProvider
40
- } from "../index-pkx4s2ef.js";
40
+ } from "../index-2hm5b6yq.js";
41
41
 
42
42
  // node_modules/commander/lib/error.js
43
43
  var require_error = __commonJS((exports) => {
@@ -7440,7 +7440,7 @@ Sources you can index:
7440
7440
  • Local documentation directories
7441
7441
  • Claude Code skills
7442
7442
 
7443
- Run 'agdex' without arguments for interactive mode.`).version("0.2.0");
7443
+ Run 'agdex' without arguments for interactive mode.`).version("0.4.2");
7444
7444
  program2.command("embed", { isDefault: true }).description("Embed documentation index into AGENTS.md/CLAUDE.md").option("-p, --provider <name>", "Documentation provider (nextjs, react, etc.)").option("--fw-version <version>", "Framework version (auto-detected if not provided)").option("-o, --output <file>", "Target file (default: from config or CLAUDE.md)").option("--repo <owner/repo>", "Custom GitHub repository").option("--docs-path <path>", "Path to docs folder in repository").option("-g, --global", "Store docs in global cache (~/.cache/agdex/) instead of local .agdex/").option("-d, --description <text>", "Additional description to include in the index").action(runEmbed);
7445
7445
  program2.command("local <docs-path>").description("Build index from local documentation directory").option("-n, --name <name>", "Display name for the documentation").option("-o, --output <file>", "Target file (default: from config or CLAUDE.md)").option("-e, --extensions <exts>", "File extensions to include (comma-separated, default: .md,.mdx)").action(runLocal);
7446
7446
  program2.command("list").description("List available documentation providers").action(runList);