superacli 1.1.26 → 1.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/.claude/skills/playwright-cli/SKILL.md +388 -0
- package/.claude/skills/playwright-cli/references/element-attributes.md +23 -0
- package/.claude/skills/playwright-cli/references/playwright-tests.md +39 -0
- package/.claude/skills/playwright-cli/references/request-mocking.md +87 -0
- package/.claude/skills/playwright-cli/references/running-code.md +241 -0
- package/.claude/skills/playwright-cli/references/session-management.md +225 -0
- package/.claude/skills/playwright-cli/references/spec-driven-testing.md +305 -0
- package/.claude/skills/playwright-cli/references/storage-state.md +275 -0
- package/.claude/skills/playwright-cli/references/test-generation.md +134 -0
- package/.claude/skills/playwright-cli/references/tracing.md +139 -0
- package/.claude/skills/playwright-cli/references/video-recording.md +143 -0
- package/.devin/config.json +10 -0
- package/PLUGIN_STANDARDS.md +150 -0
- package/QUALITY_REPORT.md +62 -0
- package/TAG_VOCABULARY.md +217 -0
- package/apply-description-enhancements.ts +69 -0
- package/apply-plugin-fixes.ts +83 -0
- package/batch-enhance-descriptions.ts +222 -0
- package/description-enhancements.json +632 -0
- package/enhance-descriptions.ts +155 -0
- package/fix-plugin-quality.ts +165 -0
- package/graphify-out/GRAPH_REPORT.md +139 -144
- package/graphify-out/cache/01279f3993eb53658c52a603677d1d7a33854090b277ed0b97620cc27fb4c5fd.json +1 -0
- package/graphify-out/cache/1ea149b91dc615e8467207c137a3d7690a534db7a34a1af0e093a9d482332c76.json +1 -0
- package/graphify-out/cache/48e5fc1be7fe0b1574df9cf914a2a237b4b173d751ba5cfbf9b802e5aee81cc5.json +1 -0
- package/graphify-out/cache/53a4dc0ffac2c941134f7843350bd398d6ad3d5a4094c860ed1b4b73062c8c5e.json +1 -0
- package/graphify-out/cache/74d81b819cadef6aadedb1ade43ef3a36d1925bc6e3ac189ca3d418df2d10a13.json +1 -0
- package/graphify-out/cache/8375b2cd470de7eebe81de66524c68652bd20e6ab6c342faa7a9f1606a04ba9f.json +1 -0
- package/graphify-out/cache/8fa548bb19419703623a1bb88bc4b384153d053b5db05d1fa058e080b5894646.json +1 -0
- package/graphify-out/cache/bdf29f9a237b0b1d5971dc606a5f53e9ed669e7527b6acaa174d09efb41259e0.json +1 -0
- package/graphify-out/cache/c321efbe3fee5be4e7e6ac20bf7a01db2aaa129e3e772657dff0435861909af8.json +1 -0
- package/graphify-out/cache/ffd5813dc36ed96245980ce81540620ffb19b0aeb8d133ff8783e17bec0c7ad7.json +1 -0
- package/graphify-out/graph.json +1613 -653
- package/package.json +1 -1
- package/plugin-quality-report.json +568 -0
- package/plugins/acp/install-guidance.json +11 -0
- package/plugins/acp/meta.json +72 -0
- package/plugins/acp/plugin.json +519 -0
- package/plugins/acp/skills/quickstart/SKILL.md +221 -0
- package/plugins/acp-cli/acp-cli.js +339 -0
- package/plugins/acp-cli/install-guidance.json +12 -0
- package/plugins/acp-cli/meta.json +5 -0
- package/plugins/acp-cli/plugin.json +124 -0
- package/plugins/acp-cli/skills/quickstart/SKILL.md +87 -0
- package/plugins/actix/install-guidance.json +1 -0
- package/plugins/actix/meta.json +1 -0
- package/plugins/actix/plugin.json +1 -0
- package/plugins/actix/skills/quickstart/SKILL.md +1 -0
- package/plugins/agency-agents/install-guidance.json +10 -0
- package/plugins/agency-agents/meta.json +7 -0
- package/plugins/agent-browser/install-guidance.json +10 -0
- package/plugins/agent-browser/meta.json +8 -0
- package/plugins/aider/install-guidance.json +10 -0
- package/plugins/aider/meta.json +9 -0
- package/plugins/asciidoctor/install-guidance.json +6 -0
- package/plugins/asciidoctor/meta.json +5 -0
- package/plugins/asciidoctor/plugin.json +51 -0
- package/plugins/asciidoctor/skills/quickstart/SKILL.md +20 -0
- package/plugins/ash/install-guidance.json +1 -0
- package/plugins/ash/meta.json +1 -0
- package/plugins/ash/plugin.json +1 -0
- package/plugins/ash/skills/quickstart/SKILL.md +1 -0
- package/plugins/atuin/install-guidance.json +1 -0
- package/plugins/atuin/meta.json +1 -0
- package/plugins/atuin/plugin.json +1 -0
- package/plugins/atuin/skills/quickstart/SKILL.md +1 -0
- package/plugins/aws/install-guidance.json +10 -0
- package/plugins/aws/meta.json +8 -0
- package/plugins/aws-cli/install-guidance.json +1 -0
- package/plugins/aws-cli/meta.json +1 -0
- package/plugins/aws-cli/plugin.json +1 -0
- package/plugins/aws-cli/skills/quickstart/SKILL.md +1 -0
- package/plugins/az/install-guidance.json +10 -0
- package/plugins/az/meta.json +8 -0
- package/plugins/azd/install-guidance.json +10 -0
- package/plugins/azd/meta.json +8 -0
- package/plugins/azure-cli/install-guidance.json +1 -0
- package/plugins/azure-cli/meta.json +1 -0
- package/plugins/azure-cli/plugin.json +1 -0
- package/plugins/azure-cli/skills/quickstart/SKILL.md +1 -0
- package/plugins/bandit/install-guidance.json +11 -0
- package/plugins/bandit/meta.json +5 -0
- package/plugins/bandit/plugin.json +88 -0
- package/plugins/bandit/skills/quickstart/SKILL.md +48 -0
- package/plugins/bash/install-guidance.json +1 -0
- package/plugins/bash/meta.json +1 -0
- package/plugins/bash/plugin.json +1 -0
- package/plugins/bash/skills/quickstart/SKILL.md +1 -0
- package/plugins/bc/install-guidance.json +1 -0
- package/plugins/bc/meta.json +1 -0
- package/plugins/bc/plugin.json +1 -0
- package/plugins/bc/skills/quickstart/SKILL.md +11 -0
- package/plugins/black/install-guidance.json +11 -0
- package/plugins/black/meta.json +5 -0
- package/plugins/black/plugin.json +88 -0
- package/plugins/black/skills/quickstart/SKILL.md +45 -0
- package/plugins/blogwatcher/install-guidance.json +10 -0
- package/plugins/blogwatcher/meta.json +8 -0
- package/plugins/boxlite/install-guidance.json +10 -0
- package/plugins/boxlite/meta.json +9 -0
- package/plugins/broot/install-guidance.json +1 -0
- package/plugins/broot/meta.json +1 -0
- package/plugins/broot/plugin.json +1 -0
- package/plugins/broot/skills/quickstart/SKILL.md +3 -0
- package/plugins/browser-use/install-guidance.json +10 -0
- package/plugins/browser-use/meta.json +7 -0
- package/plugins/btop/install-guidance.json +10 -0
- package/plugins/bump/install-guidance.json +1 -0
- package/plugins/bump/meta.json +1 -0
- package/plugins/bump/plugin.json +1 -0
- package/plugins/bump/skills/quickstart/SKILL.md +3 -0
- package/plugins/cargo-audit/install-guidance.json +11 -0
- package/plugins/cargo-audit/meta.json +5 -0
- package/plugins/cargo-audit/plugin.json +84 -0
- package/plugins/cargo-audit/skills/quickstart/SKILL.md +47 -0
- package/plugins/cargo-clap/install-guidance.json +1 -0
- package/plugins/cargo-clap/meta.json +1 -0
- package/plugins/cargo-clap/plugin.json +1 -0
- package/plugins/cargo-clap/skills/quickstart/SKILL.md +1 -0
- package/plugins/cargo-edit/install-guidance.json +1 -11
- package/plugins/cargo-edit/meta.json +1 -5
- package/plugins/cargo-edit/plugin.json +1 -56
- package/plugins/cargo-edit/skills/quickstart/SKILL.md +1 -77
- package/plugins/cargo-generate/install-guidance.json +1 -0
- package/plugins/cargo-generate/meta.json +1 -0
- package/plugins/cargo-generate/plugin.json +1 -0
- package/plugins/cargo-generate/skills/quickstart/SKILL.md +3 -0
- package/plugins/cargo-generate-new/install-guidance.json +1 -0
- package/plugins/cargo-generate-new/meta.json +1 -0
- package/plugins/cargo-generate-new/plugin.json +1 -0
- package/plugins/cargo-generate-new/skills/quickstart/SKILL.md +1 -0
- package/plugins/cargo-outdated/install-guidance.json +11 -0
- package/plugins/cargo-outdated/meta.json +5 -0
- package/plugins/cargo-outdated/plugin.json +84 -0
- package/plugins/cargo-outdated/skills/quickstart/SKILL.md +41 -0
- package/plugins/cargo-tarpaulin/install-guidance.json +11 -0
- package/plugins/cargo-tarpaulin/meta.json +5 -0
- package/plugins/cargo-tarpaulin/plugin.json +100 -0
- package/plugins/cargo-tarpaulin/skills/quickstart/SKILL.md +56 -0
- package/plugins/cargo-tree/install-guidance.json +1 -0
- package/plugins/cargo-tree/meta.json +1 -0
- package/plugins/cargo-tree/plugin.json +1 -0
- package/plugins/cargo-tree/skills/quickstart/SKILL.md +3 -0
- package/plugins/cargo-watch/install-guidance.json +1 -0
- package/plugins/cargo-watch/meta.json +1 -0
- package/plugins/cargo-watch/plugin.json +1 -0
- package/plugins/cargo-watch/skills/quickstart/SKILL.md +3 -0
- package/plugins/cass/install-guidance.json +10 -0
- package/plugins/cass/meta.json +7 -0
- package/plugins/cbindgen/install-guidance.json +11 -0
- package/plugins/cbindgen/meta.json +5 -0
- package/plugins/cbindgen/plugin.json +86 -0
- package/plugins/cbindgen/skills/quickstart/SKILL.md +38 -0
- package/plugins/cdktf/install-guidance.json +1 -0
- package/plugins/cdktf/meta.json +1 -0
- package/plugins/cdktf/plugin.json +1 -0
- package/plugins/cdktf/skills/quickstart/SKILL.md +11 -0
- package/plugins/checkpwn/install-guidance.json +1 -0
- package/plugins/checkpwn/meta.json +1 -0
- package/plugins/checkpwn/plugin.json +1 -0
- package/plugins/checkpwn/skills/quickstart/SKILL.md +13 -0
- package/plugins/clap/install-guidance.json +1 -0
- package/plugins/clap/meta.json +1 -0
- package/plugins/clap/plugin.json +1 -0
- package/plugins/clap/skills/quickstart/SKILL.md +1 -0
- package/plugins/clawteam/install-guidance.json +10 -0
- package/plugins/clawteam/meta.json +7 -0
- package/plugins/clever/install-guidance.json +10 -0
- package/plugins/clever/meta.json +9 -0
- package/plugins/clickup/install-guidance.json +10 -0
- package/plugins/clickup/meta.json +9 -0
- package/plugins/cline/install-guidance.json +10 -0
- package/plugins/cline/meta.json +8 -0
- package/plugins/clix/install-guidance.json +10 -0
- package/plugins/clix/meta.json +8 -0
- package/plugins/cocoindex-code/install-guidance.json +10 -0
- package/plugins/cocoindex-code/meta.json +7 -0
- package/plugins/codedb/install-guidance.json +10 -0
- package/plugins/codespell/install-guidance.json +11 -0
- package/plugins/codespell/meta.json +5 -0
- package/plugins/codespell/plugin.json +88 -0
- package/plugins/codespell/skills/quickstart/SKILL.md +44 -0
- package/plugins/commiat/meta.json +8 -0
- package/plugins/consul/install-guidance.json +1 -0
- package/plugins/consul/meta.json +1 -0
- package/plugins/consul/plugin.json +1 -0
- package/plugins/consul/skills/quickstart/SKILL.md +1 -0
- package/plugins/copilot/install-guidance.json +10 -0
- package/plugins/copilot/meta.json +8 -0
- package/plugins/criterion/install-guidance.json +1 -0
- package/plugins/criterion/meta.json +1 -0
- package/plugins/criterion/plugin.json +1 -0
- package/plugins/criterion/skills/quickstart/SKILL.md +1 -0
- package/plugins/criterion-rs/install-guidance.json +1 -0
- package/plugins/criterion-rs/meta.json +1 -0
- package/plugins/criterion-rs/plugin.json +1 -0
- package/plugins/criterion-rs/skills/quickstart/SKILL.md +1 -0
- package/plugins/dash/install-guidance.json +1 -0
- package/plugins/dash/meta.json +1 -0
- package/plugins/dash/plugin.json +1 -0
- package/plugins/dash/skills/quickstart/SKILL.md +1 -0
- package/plugins/delta/install-guidance.json +1 -11
- package/plugins/delta/meta.json +1 -5
- package/plugins/delta/plugin.json +1 -56
- package/plugins/delta/skills/quickstart/SKILL.md +2 -70
- package/plugins/deno/install-guidance.json +6 -0
- package/plugins/deno/meta.json +5 -0
- package/plugins/deno/plugin.json +101 -0
- package/plugins/deno/skills/quickstart/SKILL.md +80 -0
- package/plugins/derive-args/install-guidance.json +1 -0
- package/plugins/derive-args/meta.json +1 -0
- package/plugins/derive-args/plugin.json +1 -0
- package/plugins/derive-args/skills/quickstart/SKILL.md +1 -0
- package/plugins/devto-publish/install-guidance.json +10 -0
- package/plugins/digitalocean-cli/install-guidance.json +1 -0
- package/plugins/digitalocean-cli/meta.json +1 -0
- package/plugins/digitalocean-cli/plugin.json +1 -0
- package/plugins/digitalocean-cli/skills/quickstart/SKILL.md +1 -0
- package/plugins/direnv/install-guidance.json +1 -0
- package/plugins/direnv/meta.json +1 -0
- package/plugins/direnv/plugin.json +1 -0
- package/plugins/direnv/skills/quickstart/SKILL.md +11 -0
- package/plugins/dive/install-guidance.json +10 -0
- package/plugins/docker/install-guidance.json +10 -0
- package/plugins/docker/meta.json +7 -0
- package/plugins/docopt/install-guidance.json +1 -0
- package/plugins/docopt/meta.json +1 -0
- package/plugins/docopt/plugin.json +1 -0
- package/plugins/docopt/skills/quickstart/SKILL.md +1 -0
- package/plugins/doctl/install-guidance.json +1 -0
- package/plugins/doctl/meta.json +1 -0
- package/plugins/doctl/plugin.json +1 -0
- package/plugins/doctl/skills/quickstart/SKILL.md +1 -0
- package/plugins/duckdb/install-guidance.json +10 -0
- package/plugins/duckdb/meta.json +5 -0
- package/plugins/duckdb/plugin.json +102 -0
- package/plugins/duckdb/skills/quickstart/SKILL.md +249 -0
- package/plugins/elvish/install-guidance.json +1 -0
- package/plugins/elvish/meta.json +1 -0
- package/plugins/elvish/plugin.json +1 -0
- package/plugins/elvish/skills/quickstart/SKILL.md +1 -0
- package/plugins/esbuild/install-guidance.json +1 -0
- package/plugins/esbuild/meta.json +1 -0
- package/plugins/esbuild/plugin.json +1 -0
- package/plugins/esbuild/skills/quickstart/SKILL.md +13 -0
- package/plugins/exa/install-guidance.json +1 -0
- package/plugins/exa/meta.json +1 -0
- package/plugins/exa/plugin.json +1 -0
- package/plugins/exa/skills/quickstart/SKILL.md +3 -0
- package/plugins/example-server-resources/install-guidance.json +10 -0
- package/plugins/eza/install-guidance.json +10 -0
- package/plugins/eza/meta.json +8 -0
- package/plugins/fastfetch/install-guidance.json +11 -0
- package/plugins/fastfetch/meta.json +5 -0
- package/plugins/fastfetch/plugin.json +94 -0
- package/plugins/fastfetch/skills/quickstart/SKILL.md +48 -0
- package/plugins/fd-find/install-guidance.json +10 -0
- package/plugins/fd-find/meta.json +5 -0
- package/plugins/fd-find/plugin.json +6 -0
- package/plugins/fd-find2/install-guidance.json +1 -0
- package/plugins/fd-find2/meta.json +1 -0
- package/plugins/fd-find2/plugin.json +1 -0
- package/plugins/fd-find2/skills/quickstart/SKILL.md +1 -0
- package/plugins/fish/install-guidance.json +1 -0
- package/plugins/fish/meta.json +1 -0
- package/plugins/fish/plugin.json +1 -0
- package/plugins/fish/skills/quickstart/SKILL.md +1 -0
- package/plugins/fluent-bit/install-guidance.json +1 -0
- package/plugins/fluent-bit/meta.json +1 -0
- package/plugins/fluent-bit/plugin.json +1 -0
- package/plugins/fluent-bit/skills/quickstart/SKILL.md +11 -0
- package/plugins/fzf/install-guidance.json +10 -0
- package/plugins/fzf-bin/install-guidance.json +1 -0
- package/plugins/fzf-bin/meta.json +1 -0
- package/plugins/fzf-bin/plugin.json +1 -0
- package/plugins/fzf-bin/skills/quickstart/SKILL.md +1 -0
- package/plugins/gcloud/install-guidance.json +10 -0
- package/plugins/gcloud/meta.json +10 -0
- package/plugins/gcloud-sdk/install-guidance.json +1 -0
- package/plugins/gcloud-sdk/meta.json +1 -0
- package/plugins/gcloud-sdk/plugin.json +1 -0
- package/plugins/gcloud-sdk/skills/quickstart/SKILL.md +1 -0
- package/plugins/gemini/install-guidance.json +10 -0
- package/plugins/gemini/meta.json +8 -0
- package/plugins/getopts/install-guidance.json +1 -0
- package/plugins/getopts/meta.json +1 -0
- package/plugins/getopts/plugin.json +1 -0
- package/plugins/getopts/skills/quickstart/SKILL.md +1 -0
- package/plugins/gh/install-guidance.json +10 -0
- package/plugins/gh/meta.json +8 -0
- package/plugins/ghz/install-guidance.json +6 -0
- package/plugins/ghz/meta.json +5 -0
- package/plugins/ghz/plugin.json +49 -0
- package/plugins/ghz/skills/quickstart/SKILL.md +20 -0
- package/plugins/gifcap/install-guidance.json +10 -0
- package/plugins/gifcap/meta.json +7 -0
- package/plugins/git-cliff/install-guidance.json +1 -12
- package/plugins/git-cliff/meta.json +1 -5
- package/plugins/git-cliff/plugin.json +1 -121
- package/plugins/git-cliff/skills/quickstart/SKILL.md +2 -60
- package/plugins/glab/install-guidance.json +10 -0
- package/plugins/glow/install-guidance.json +1 -11
- package/plugins/glow/meta.json +1 -5
- package/plugins/glow/plugin.json +1 -70
- package/plugins/glow/skills/quickstart/SKILL.md +5 -74
- package/plugins/golangci-lint/install-guidance.json +6 -0
- package/plugins/golangci-lint/meta.json +5 -0
- package/plugins/golangci-lint/plugin.json +68 -0
- package/plugins/golangci-lint/skills/quickstart/SKILL.md +31 -0
- package/plugins/goose/install-guidance.json +10 -0
- package/plugins/goose/meta.json +9 -0
- package/plugins/goreleaser/install-guidance.json +1 -10
- package/plugins/goreleaser/meta.json +1 -10
- package/plugins/goreleaser/plugin.json +1 -113
- package/plugins/goreleaser/skills/quickstart/SKILL.md +8 -25
- package/plugins/graphicsmagick/install-guidance.json +1 -0
- package/plugins/graphicsmagick/meta.json +1 -0
- package/plugins/graphicsmagick/plugin.json +1 -0
- package/plugins/graphicsmagick/skills/quickstart/SKILL.md +13 -0
- package/plugins/graphify-out/install-guidance.json +10 -0
- package/plugins/graphify-out/meta.json +5 -0
- package/plugins/graphify-out/plugin.json +6 -0
- package/plugins/gwc/meta.json +9 -0
- package/plugins/hadolint/install-guidance.json +11 -0
- package/plugins/hadolint/meta.json +5 -0
- package/plugins/hadolint/plugin.json +87 -0
- package/plugins/hadolint/skills/quickstart/SKILL.md +41 -0
- package/plugins/hatch/install-guidance.json +11 -0
- package/plugins/hatch/meta.json +5 -0
- package/plugins/hatch/plugin.json +135 -0
- package/plugins/hatch/skills/quickstart/SKILL.md +56 -0
- package/plugins/helm/install-guidance.json +10 -0
- package/plugins/helm/meta.json +8 -0
- package/plugins/hexdump/install-guidance.json +1 -0
- package/plugins/hexdump/meta.json +1 -0
- package/plugins/hexdump/plugin.json +1 -0
- package/plugins/hexdump/skills/quickstart/SKILL.md +11 -0
- package/plugins/himalaya/install-guidance.json +10 -0
- package/plugins/himalaya/meta.json +9 -0
- package/plugins/hostvn/install-guidance.json +1 -0
- package/plugins/hostvn/meta.json +1 -0
- package/plugins/hostvn/plugin.json +1 -0
- package/plugins/hostvn/skills/quickstart/SKILL.md +1 -0
- package/plugins/htmlq/install-guidance.json +6 -0
- package/plugins/htmlq/meta.json +5 -0
- package/plugins/htmlq/plugin.json +49 -0
- package/plugins/htmlq/skills/quickstart/SKILL.md +20 -0
- package/plugins/httpie/install-guidance.json +10 -0
- package/plugins/hyperfine/install-guidance.json +1 -11
- package/plugins/hyperfine/meta.json +1 -5
- package/plugins/hyperfine/plugin.json +1 -84
- package/plugins/hyperfine/skills/quickstart/SKILL.md +1 -64
- package/plugins/imagemin/install-guidance.json +1 -0
- package/plugins/imagemin/meta.json +1 -0
- package/plugins/imagemin/plugin.json +1 -0
- package/plugins/imagemin/skills/quickstart/SKILL.md +13 -0
- package/plugins/iperf3/install-guidance.json +1 -0
- package/plugins/iperf3/meta.json +1 -0
- package/plugins/iperf3/plugin.json +1 -0
- package/plugins/iperf3/skills/quickstart/SKILL.md +13 -0
- package/plugins/isort/install-guidance.json +11 -0
- package/plugins/isort/meta.json +5 -0
- package/plugins/isort/plugin.json +88 -0
- package/plugins/isort/skills/quickstart/SKILL.md +45 -0
- package/plugins/jaq/install-guidance.json +10 -0
- package/plugins/jaq/meta.json +5 -0
- package/plugins/jaq/plugin.json +103 -0
- package/plugins/jaq/skills/quickstart/SKILL.md +112 -0
- package/plugins/jpegoptim/install-guidance.json +1 -0
- package/plugins/jpegoptim/meta.json +1 -0
- package/plugins/jpegoptim/plugin.json +1 -0
- package/plugins/jpegoptim/skills/quickstart/SKILL.md +17 -0
- package/plugins/json-server/install-guidance.json +10 -0
- package/plugins/json-server/meta.json +7 -0
- package/plugins/just/install-guidance.json +10 -0
- package/plugins/just/meta.json +8 -0
- package/plugins/just-cli/install-guidance.json +10 -0
- package/plugins/just-cli/meta.json +5 -0
- package/plugins/just-cli/plugin.json +6 -0
- package/plugins/k6/install-guidance.json +1 -0
- package/plugins/k6/meta.json +1 -0
- package/plugins/k6/plugin.json +1 -0
- package/plugins/k6/skills/quickstart/SKILL.md +17 -0
- package/plugins/k9s/install-guidance.json +10 -0
- package/plugins/k9s/meta.json +9 -0
- package/plugins/k9s/plugin.json +34 -0
- package/plugins/k9s/skills/quickstart/SKILL.md +57 -0
- package/plugins/kreuzberg/install-guidance.json +10 -0
- package/plugins/kreuzberg/meta.json +9 -0
- package/plugins/kreuzberg/plugin.json +28 -0
- package/plugins/kreuzberg/skills/quickstart/SKILL.md +45 -0
- package/plugins/ksh/install-guidance.json +1 -0
- package/plugins/ksh/meta.json +1 -0
- package/plugins/ksh/plugin.json +1 -0
- package/plugins/ksh/skills/quickstart/SKILL.md +1 -0
- package/plugins/kubectl/install-guidance.json +10 -0
- package/plugins/kubectl/meta.json +9 -0
- package/plugins/kustomize/install-guidance.json +11 -0
- package/plugins/kustomize/meta.json +5 -0
- package/plugins/kustomize/plugin.json +108 -0
- package/plugins/kustomize/skills/quickstart/SKILL.md +47 -0
- package/plugins/lalrpop/install-guidance.json +1 -0
- package/plugins/lalrpop/meta.json +1 -0
- package/plugins/lalrpop/plugin.json +1 -0
- package/plugins/lalrpop/skills/quickstart/SKILL.md +1 -0
- package/plugins/lame/install-guidance.json +1 -0
- package/plugins/lame/meta.json +1 -0
- package/plugins/lame/plugin.json +1 -0
- package/plugins/lame/skills/quickstart/SKILL.md +13 -0
- package/plugins/lazydocker/install-guidance.json +1 -0
- package/plugins/lazydocker/meta.json +1 -5
- package/plugins/lazydocker/plugin.json +1 -84
- package/plugins/lazydocker/skills/quickstart/SKILL.md +6 -69
- package/plugins/lazygit/install-guidance.json +1 -0
- package/plugins/lazygit/meta.json +1 -5
- package/plugins/lazygit/plugin.json +1 -85
- package/plugins/lazygit/skills/quickstart/SKILL.md +6 -74
- package/plugins/libp2p/install-guidance.json +1 -0
- package/plugins/libp2p/meta.json +1 -0
- package/plugins/libp2p/plugin.json +1 -0
- package/plugins/libp2p/skills/quickstart/SKILL.md +1 -0
- package/plugins/lightpanda/install-guidance.json +10 -0
- package/plugins/lightpanda/meta.json +7 -0
- package/plugins/lightpanda/skills/generic-extraction.md +22 -0
- package/plugins/lightpanda/skills/quickstart/SKILL.md +38 -0
- package/plugins/lightpanda/skills/resilient-navigation.md +18 -0
- package/plugins/linear/install-guidance.json +10 -0
- package/plugins/linear/meta.json +8 -0
- package/plugins/linode-cli/install-guidance.json +1 -0
- package/plugins/linode-cli/meta.json +1 -0
- package/plugins/linode-cli/plugin.json +1 -0
- package/plugins/linode-cli/skills/quickstart/SKILL.md +1 -0
- package/plugins/loki/install-guidance.json +1 -0
- package/plugins/loki/meta.json +1 -0
- package/plugins/loki/plugin.json +1 -0
- package/plugins/loki/skills/quickstart/SKILL.md +11 -0
- package/plugins/lq/install-guidance.json +1 -0
- package/plugins/lq/meta.json +1 -0
- package/plugins/lq/plugin.json +1 -0
- package/plugins/lq/skills/quickstart/SKILL.md +17 -0
- package/plugins/lynx/install-guidance.json +1 -0
- package/plugins/lynx/meta.json +1 -0
- package/plugins/lynx/plugin.json +1 -0
- package/plugins/lynx/skills/quickstart/SKILL.md +11 -0
- package/plugins/markdownlint-cli2/install-guidance.json +11 -0
- package/plugins/markdownlint-cli2/meta.json +5 -0
- package/plugins/markdownlint-cli2/plugin.json +88 -0
- package/plugins/markdownlint-cli2/skills/quickstart/SKILL.md +42 -0
- package/plugins/matchmaker/install-guidance.json +10 -0
- package/plugins/matchmaker/meta.json +5 -0
- package/plugins/matchmaker/plugin.json +6 -0
- package/plugins/mdbook/install-guidance.json +11 -0
- package/plugins/mdbook/meta.json +5 -0
- package/plugins/mdbook/plugin.json +139 -0
- package/plugins/mdbook/skills/quickstart/SKILL.md +55 -0
- package/plugins/miniserve/install-guidance.json +1 -11
- package/plugins/miniserve/meta.json +1 -5
- package/plugins/miniserve/plugin.json +1 -58
- package/plugins/miniserve/skills/quickstart/SKILL.md +7 -82
- package/plugins/misspell/install-guidance.json +11 -0
- package/plugins/misspell/meta.json +5 -0
- package/plugins/misspell/plugin.json +88 -0
- package/plugins/misspell/skills/quickstart/SKILL.md +41 -0
- package/plugins/mksh/install-guidance.json +1 -0
- package/plugins/mksh/meta.json +1 -0
- package/plugins/mksh/plugin.json +1 -0
- package/plugins/mksh/skills/quickstart/SKILL.md +1 -0
- package/plugins/mkvtoolnix/install-guidance.json +1 -0
- package/plugins/mkvtoolnix/meta.json +1 -0
- package/plugins/mkvtoolnix/plugin.json +1 -0
- package/plugins/mkvtoolnix/skills/quickstart/SKILL.md +11 -0
- package/plugins/mongosh/install-guidance.json +10 -0
- package/plugins/mongosh/meta.json +9 -0
- package/plugins/monty/install-guidance.json +10 -0
- package/plugins/monty/meta.json +8 -0
- package/plugins/mrpilot/install-guidance.json +10 -0
- package/plugins/mrpilot/meta.json +9 -0
- package/plugins/mtr/install-guidance.json +1 -0
- package/plugins/mtr/meta.json +1 -0
- package/plugins/mtr/plugin.json +1 -0
- package/plugins/mtr/skills/quickstart/SKILL.md +17 -0
- package/plugins/mycli/install-guidance.json +1 -0
- package/plugins/mycli/meta.json +1 -0
- package/plugins/mycli/plugin.json +1 -0
- package/plugins/mycli/skills/quickstart/SKILL.md +17 -0
- package/plugins/mypy/install-guidance.json +11 -0
- package/plugins/mypy/meta.json +5 -0
- package/plugins/mypy/plugin.json +88 -0
- package/plugins/mypy/skills/quickstart/SKILL.md +48 -0
- package/plugins/mysql/install-guidance.json +10 -0
- package/plugins/mysql/meta.json +9 -0
- package/plugins/n8n-templates/install-guidance.json +10 -0
- package/plugins/navi/install-guidance.json +1 -11
- package/plugins/navi/meta.json +1 -5
- package/plugins/navi/plugin.json +1 -55
- package/plugins/navi/skills/quickstart/SKILL.md +5 -62
- package/plugins/nemoclaw/install-guidance.json +10 -0
- package/plugins/nemoclaw/meta.json +7 -0
- package/plugins/neofetch/install-guidance.json +10 -0
- package/plugins/nextest/install-guidance.json +10 -0
- package/plugins/nextest/meta.json +9 -0
- package/plugins/node-exporter/install-guidance.json +1 -0
- package/plugins/node-exporter/meta.json +1 -0
- package/plugins/node-exporter/plugin.json +1 -0
- package/plugins/node-exporter/skills/quickstart/SKILL.md +11 -0
- package/plugins/nom/install-guidance.json +1 -0
- package/plugins/nom/meta.json +1 -0
- package/plugins/nom/plugin.json +1 -0
- package/plugins/nom/skills/quickstart/SKILL.md +1 -0
- package/plugins/nom-derive/install-guidance.json +1 -0
- package/plugins/nom-derive/meta.json +1 -0
- package/plugins/nom-derive/plugin.json +1 -0
- package/plugins/nom-derive/skills/quickstart/SKILL.md +1 -0
- package/plugins/nomad/install-guidance.json +1 -0
- package/plugins/nomad/meta.json +1 -0
- package/plugins/nomad/plugin.json +1 -0
- package/plugins/nomad/skills/quickstart/SKILL.md +1 -0
- package/plugins/npm/install-guidance.json +10 -0
- package/plugins/npm/meta.json +8 -0
- package/plugins/nuclei/install-guidance.json +10 -0
- package/plugins/nuclei/meta.json +5 -0
- package/plugins/nuclei/plugin.json +106 -0
- package/plugins/nuclei/skills/quickstart/SKILL.md +206 -0
- package/plugins/nullclaw/install-guidance.json +10 -0
- package/plugins/nullclaw/meta.json +7 -0
- package/plugins/num-format/install-guidance.json +1 -0
- package/plugins/num-format/meta.json +1 -0
- package/plugins/num-format/plugin.json +1 -0
- package/plugins/num-format/skills/quickstart/SKILL.md +1 -0
- package/plugins/nushell/install-guidance.json +1 -0
- package/plugins/nushell/meta.json +1 -0
- package/plugins/nushell/plugin.json +1 -0
- package/plugins/nushell/skills/quickstart/SKILL.md +1 -0
- package/plugins/offline-ai/install-guidance.json +10 -0
- package/plugins/offline-ai/meta.json +9 -0
- package/plugins/opencode/install-guidance.json +10 -0
- package/plugins/opencode/meta.json +9 -0
- package/plugins/openfang/install-guidance.json +10 -0
- package/plugins/openfang/meta.json +9 -0
- package/plugins/openhands/install-guidance.json +10 -0
- package/plugins/openhands/meta.json +8 -0
- package/plugins/openpilot/install-guidance.json +1 -0
- package/plugins/openpilot/meta.json +1 -0
- package/plugins/openpilot/plugin.json +1 -0
- package/plugins/openpilot/skills/quickstart/SKILL.md +1 -0
- package/plugins/ouch/install-guidance.json +1 -11
- package/plugins/ouch/meta.json +1 -5
- package/plugins/ouch/plugin.json +1 -103
- package/plugins/ouch/skills/quickstart/SKILL.md +5 -67
- package/plugins/pandoc/install-guidance.json +6 -0
- package/plugins/pandoc/meta.json +5 -0
- package/plugins/pandoc/plugin.json +90 -0
- package/plugins/pandoc/skills/quickstart/SKILL.md +80 -0
- package/plugins/pdm/install-guidance.json +11 -0
- package/plugins/pdm/meta.json +5 -0
- package/plugins/pdm/plugin.json +119 -0
- package/plugins/pdm/skills/quickstart/SKILL.md +50 -0
- package/plugins/peco/install-guidance.json +1 -0
- package/plugins/peco/meta.json +1 -0
- package/plugins/peco/plugin.json +1 -0
- package/plugins/peco/skills/quickstart/SKILL.md +1 -0
- package/plugins/pgcli/install-guidance.json +1 -0
- package/plugins/pgcli/meta.json +1 -0
- package/plugins/pgcli/plugin.json +1 -0
- package/plugins/pgcli/skills/quickstart/SKILL.md +13 -0
- package/plugins/pickle/install-guidance.json +1 -0
- package/plugins/pickle/meta.json +1 -0
- package/plugins/pickle/plugin.json +1 -0
- package/plugins/pickle/skills/quickstart/SKILL.md +1 -0
- package/plugins/pico-args/install-guidance.json +1 -0
- package/plugins/pico-args/meta.json +1 -0
- package/plugins/pico-args/plugin.json +1 -0
- package/plugins/pico-args/skills/quickstart/SKILL.md +1 -0
- package/plugins/pijul/install-guidance.json +1 -0
- package/plugins/pijul/meta.json +1 -0
- package/plugins/pijul/plugin.json +1 -0
- package/plugins/pijul/skills/quickstart/SKILL.md +13 -0
- package/plugins/pip-audit/install-guidance.json +11 -0
- package/plugins/pip-audit/meta.json +5 -0
- package/plugins/pip-audit/plugin.json +85 -0
- package/plugins/pip-audit/skills/quickstart/SKILL.md +41 -0
- package/plugins/pipdeptree/install-guidance.json +11 -0
- package/plugins/pipdeptree/meta.json +5 -0
- package/plugins/pipdeptree/plugin.json +94 -0
- package/plugins/pipdeptree/skills/quickstart/SKILL.md +46 -0
- package/plugins/pipenv/install-guidance.json +11 -0
- package/plugins/pipenv/meta.json +5 -0
- package/plugins/pipenv/plugin.json +151 -0
- package/plugins/pipenv/skills/quickstart/SKILL.md +62 -0
- package/plugins/plandex/install-guidance.json +10 -0
- package/plugins/plandex/meta.json +8 -0
- package/plugins/playwright-cli/install-guidance.json +12 -0
- package/plugins/playwright-cli/meta.json +5 -0
- package/plugins/playwright-cli/plugin.json +416 -0
- package/plugins/playwright-cli/skills/quickstart/SKILL.md +108 -0
- package/plugins/pnpm/install-guidance.json +10 -0
- package/plugins/pnpm/meta.json +8 -0
- package/plugins/podman/install-guidance.json +6 -0
- package/plugins/podman/meta.json +5 -0
- package/plugins/podman/plugin.json +52 -0
- package/plugins/podman/skills/quickstart/SKILL.md +22 -0
- package/plugins/poetry/install-guidance.json +10 -0
- package/plugins/poetry/meta.json +8 -0
- package/plugins/polymarket/install-guidance.json +11 -0
- package/plugins/polymarket/meta.json +5 -0
- package/plugins/polymarket/plugin.json +272 -0
- package/plugins/polymarket/skills/quickstart/SKILL.md +81 -0
- package/plugins/pplx/install-guidance.json +10 -0
- package/plugins/pplx/meta.json +8 -0
- package/plugins/proptest/install-guidance.json +1 -0
- package/plugins/proptest/meta.json +1 -0
- package/plugins/proptest/plugin.json +1 -0
- package/plugins/proptest/skills/quickstart/SKILL.md +1 -0
- package/plugins/pulumi/install-guidance.json +10 -0
- package/plugins/pulumi/meta.json +8 -0
- package/plugins/pylint/install-guidance.json +11 -0
- package/plugins/pylint/meta.json +5 -0
- package/plugins/pylint/plugin.json +87 -0
- package/plugins/pylint/skills/quickstart/SKILL.md +45 -0
- package/plugins/quickcheck/install-guidance.json +1 -0
- package/plugins/quickcheck/meta.json +1 -0
- package/plugins/quickcheck/plugin.json +1 -0
- package/plugins/quickcheck/skills/quickstart/SKILL.md +1 -0
- package/plugins/railway/install-guidance.json +10 -0
- package/plugins/railway/meta.json +9 -0
- package/plugins/rand/install-guidance.json +1 -0
- package/plugins/rand/meta.json +1 -0
- package/plugins/rand/plugin.json +1 -0
- package/plugins/rand/skills/quickstart/SKILL.md +1 -0
- package/plugins/regctl/install-guidance.json +11 -0
- package/plugins/regctl/meta.json +5 -0
- package/plugins/regctl/plugin.json +122 -0
- package/plugins/regctl/skills/quickstart/SKILL.md +49 -0
- package/plugins/resend/install-guidance.json +10 -0
- package/plugins/resend/meta.json +9 -0
- package/plugins/resume-cli/install-guidance.json +9 -0
- package/plugins/resume-cli/meta.json +9 -0
- package/plugins/resume-cli/plugin.json +30 -0
- package/plugins/resume-cli/skills/quickstart/SKILL.md +66 -0
- package/plugins/rg-all/install-guidance.json +1 -0
- package/plugins/rg-all/meta.json +1 -0
- package/plugins/rg-all/plugin.json +1 -0
- package/plugins/rg-all/skills/quickstart/SKILL.md +1 -0
- package/plugins/ripgrep-all/install-guidance.json +1 -0
- package/plugins/ripgrep-all/meta.json +1 -0
- package/plugins/ripgrep-all/plugin.json +1 -0
- package/plugins/ripgrep-all/skills/quickstart/SKILL.md +1 -0
- package/plugins/ripsecrets/install-guidance.json +10 -0
- package/plugins/ripsecrets/meta.json +5 -0
- package/plugins/ripsecrets/plugin.json +103 -0
- package/plugins/ripsecrets/skills/quickstart/SKILL.md +160 -0
- package/plugins/ron/install-guidance.json +1 -0
- package/plugins/ron/meta.json +1 -0
- package/plugins/ron/plugin.json +1 -0
- package/plugins/ron/skills/quickstart/SKILL.md +1 -0
- package/plugins/rtk/install-guidance.json +10 -0
- package/plugins/rtk/meta.json +10 -0
- package/plugins/ruff/install-guidance.json +11 -0
- package/plugins/ruff/meta.json +5 -0
- package/plugins/ruff/plugin.json +123 -0
- package/plugins/ruff/skills/quickstart/SKILL.md +52 -0
- package/plugins/rustscan/install-guidance.json +10 -0
- package/plugins/rustscan/meta.json +5 -0
- package/plugins/rustscan/plugin.json +105 -0
- package/plugins/rustscan/skills/quickstart/SKILL.md +178 -0
- package/plugins/rye/install-guidance.json +11 -0
- package/plugins/rye/meta.json +5 -0
- package/plugins/rye/plugin.json +152 -0
- package/plugins/rye/skills/quickstart/SKILL.md +54 -0
- package/plugins/scaleway/install-guidance.json +1 -0
- package/plugins/scaleway/meta.json +1 -0
- package/plugins/scaleway/plugin.json +1 -0
- package/plugins/scaleway/skills/quickstart/SKILL.md +1 -0
- package/plugins/serde/install-guidance.json +1 -0
- package/plugins/serde/meta.json +1 -0
- package/plugins/serde/plugin.json +1 -0
- package/plugins/serde/skills/quickstart/SKILL.md +1 -0
- package/plugins/serde-json/install-guidance.json +1 -0
- package/plugins/serde-json/meta.json +1 -0
- package/plugins/serde-json/plugin.json +1 -0
- package/plugins/serde-json/skills/quickstart/SKILL.md +1 -0
- package/plugins/shellcheck/install-guidance.json +11 -0
- package/plugins/shellcheck/meta.json +5 -0
- package/plugins/shellcheck/plugin.json +88 -0
- package/plugins/shellcheck/skills/quickstart/SKILL.md +51 -0
- package/plugins/shfmt/install-guidance.json +11 -0
- package/plugins/shfmt/meta.json +5 -0
- package/plugins/shfmt/plugin.json +109 -0
- package/plugins/shfmt/skills/quickstart/SKILL.md +49 -0
- package/plugins/sk/install-guidance.json +1 -0
- package/plugins/sk/meta.json +1 -0
- package/plugins/sk/plugin.json +1 -0
- package/plugins/sk/skills/quickstart/SKILL.md +1 -0
- package/plugins/sms-cli/meta.json +5 -0
- package/plugins/sms-cli/plugin.json +114 -0
- package/plugins/sms-cli/skills/quickstart/SKILL.md +118 -0
- package/plugins/sniffnet/install-guidance.json +1 -0
- package/plugins/sniffnet/meta.json +1 -0
- package/plugins/sniffnet/plugin.json +1 -0
- package/plugins/sniffnet/skills/quickstart/SKILL.md +11 -0
- package/plugins/social-analyzer/install-guidance.json +9 -0
- package/plugins/social-analyzer/meta.json +9 -0
- package/plugins/social-analyzer/plugin.json +26 -0
- package/plugins/social-analyzer/skills/quickstart/SKILL.md +54 -0
- package/plugins/sox/install-guidance.json +1 -0
- package/plugins/sox/meta.json +1 -0
- package/plugins/sox/plugin.json +1 -0
- package/plugins/sox/skills/quickstart/SKILL.md +17 -0
- package/plugins/sphinx/install-guidance.json +1 -0
- package/plugins/sphinx/meta.json +1 -0
- package/plugins/sphinx/plugin.json +1 -0
- package/plugins/sphinx/skills/quickstart/SKILL.md +11 -0
- package/plugins/sqlite3/install-guidance.json +1 -13
- package/plugins/sqlite3/meta.json +1 -5
- package/plugins/sqlite3/plugin.json +1 -316
- package/plugins/sqlite3/skills/quickstart/SKILL.md +6 -46
- package/plugins/sqlx-cli/install-guidance.json +1 -0
- package/plugins/sqlx-cli/meta.json +1 -0
- package/plugins/sqlx-cli/plugin.json +1 -0
- package/plugins/sqlx-cli/skills/quickstart/SKILL.md +17 -0
- package/plugins/squirrelscan/install-guidance.json +10 -0
- package/plugins/squirrelscan/meta.json +9 -0
- package/plugins/starship/install-guidance.json +1 -0
- package/plugins/starship/meta.json +1 -5
- package/plugins/starship/plugin.json +1 -116
- package/plugins/starship/skills/quickstart/SKILL.md +6 -94
- package/plugins/stripe/install-guidance.json +10 -0
- package/plugins/stripe/meta.json +8 -0
- package/plugins/structopt/install-guidance.json +1 -0
- package/plugins/structopt/meta.json +1 -0
- package/plugins/structopt/plugin.json +1 -0
- package/plugins/structopt/skills/quickstart/SKILL.md +1 -0
- package/plugins/superpowers/install-guidance.json +10 -0
- package/plugins/superpowers/meta.json +7 -0
- package/plugins/svg-term/install-guidance.json +12 -0
- package/plugins/svg-term/meta.json +9 -0
- package/plugins/svg-term/plugin.json +27 -0
- package/plugins/svg-term/skills/quickstart/SKILL.md +66 -0
- package/plugins/tcsh/install-guidance.json +1 -0
- package/plugins/tcsh/meta.json +1 -0
- package/plugins/tcsh/plugin.json +1 -0
- package/plugins/tcsh/skills/quickstart/SKILL.md +1 -0
- package/plugins/telegraf/install-guidance.json +1 -0
- package/plugins/telegraf/meta.json +1 -0
- package/plugins/telegraf/plugin.json +1 -0
- package/plugins/telegraf/skills/quickstart/SKILL.md +17 -0
- package/plugins/terraform/install-guidance.json +10 -0
- package/plugins/terraform/meta.json +8 -0
- package/plugins/terraformer/install-guidance.json +11 -0
- package/plugins/terraformer/meta.json +5 -0
- package/plugins/terraformer/plugin.json +104 -0
- package/plugins/terraformer/skills/quickstart/SKILL.md +42 -0
- package/plugins/tg-cli/install-guidance.json +11 -0
- package/plugins/tg-cli/meta.json +5 -0
- package/plugins/tg-cli/plugin.json +128 -0
- package/plugins/tg-cli/skills/quickstart/SKILL.md +58 -0
- package/plugins/tldr/install-guidance.json +1 -10
- package/plugins/tldr/meta.json +1 -10
- package/plugins/tldr/plugin.json +1 -83
- package/plugins/tldr/skills/quickstart/SKILL.md +2 -32
- package/plugins/tokio/install-guidance.json +1 -0
- package/plugins/tokio/meta.json +1 -0
- package/plugins/tokio/plugin.json +1 -0
- package/plugins/tokio/skills/quickstart/SKILL.md +1 -0
- package/plugins/toml/install-guidance.json +1 -0
- package/plugins/toml/meta.json +1 -0
- package/plugins/toml/plugin.json +1 -0
- package/plugins/toml/skills/quickstart/SKILL.md +1 -0
- package/plugins/tree-climb/install-guidance.json +1 -0
- package/plugins/tree-climb/meta.json +1 -0
- package/plugins/tree-climb/plugin.json +1 -0
- package/plugins/tree-climb/skills/quickstart/SKILL.md +1 -0
- package/plugins/tree-query/install-guidance.json +1 -0
- package/plugins/tree-query/meta.json +1 -0
- package/plugins/tree-query/plugin.json +1 -0
- package/plugins/tree-query/skills/quickstart/SKILL.md +1 -0
- package/plugins/tree-sitter/install-guidance.json +1 -0
- package/plugins/tree-sitter/meta.json +1 -0
- package/plugins/tree-sitter/plugin.json +1 -0
- package/plugins/tree-sitter/skills/quickstart/SKILL.md +1 -0
- package/plugins/tree-walk/install-guidance.json +1 -0
- package/plugins/tree-walk/meta.json +1 -0
- package/plugins/tree-walk/plugin.json +1 -0
- package/plugins/tree-walk/skills/quickstart/SKILL.md +1 -0
- package/plugins/trunk/install-guidance.json +1 -0
- package/plugins/trunk/meta.json +1 -0
- package/plugins/trunk/plugin.json +1 -0
- package/plugins/trunk/skills/quickstart/SKILL.md +3 -0
- package/plugins/uconv/install-guidance.json +1 -0
- package/plugins/uconv/meta.json +1 -0
- package/plugins/uconv/plugin.json +1 -0
- package/plugins/uconv/skills/quickstart/SKILL.md +11 -0
- package/plugins/uipath/install-guidance.json +10 -0
- package/plugins/uipath/meta.json +8 -0
- package/plugins/uipathcli/install-guidance.json +10 -0
- package/plugins/uipathcli/meta.json +8 -0
- package/plugins/uv/install-guidance.json +10 -0
- package/plugins/uv/meta.json +8 -0
- package/plugins/vector/install-guidance.json +6 -0
- package/plugins/vector/meta.json +5 -0
- package/plugins/vector/plugin.json +68 -0
- package/plugins/vector/skills/quickstart/SKILL.md +26 -0
- package/plugins/visual-explainer/install-guidance.json +10 -0
- package/plugins/visual-explainer/meta.json +8 -0
- package/plugins/vultr-cli/install-guidance.json +1 -0
- package/plugins/vultr-cli/meta.json +1 -0
- package/plugins/vultr-cli/plugin.json +1 -0
- package/plugins/vultr-cli/skills/quickstart/SKILL.md +1 -0
- package/plugins/wacli/install-guidance.json +10 -0
- package/plugins/wacli/meta.json +8 -0
- package/plugins/wasm-pack/install-guidance.json +1 -0
- package/plugins/wasm-pack/meta.json +1 -0
- package/plugins/wasm-pack/plugin.json +1 -0
- package/plugins/wasm-pack/skills/quickstart/SKILL.md +3 -0
- package/plugins/watchexec/install-guidance.json +1 -0
- package/plugins/watchexec/meta.json +1 -0
- package/plugins/watchexec/plugin.json +1 -42
- package/plugins/watchexec/skills/quickstart/SKILL.md +1 -0
- package/plugins/websocat/install-guidance.json +1 -11
- package/plugins/websocat/meta.json +1 -5
- package/plugins/websocat/plugin.json +1 -56
- package/plugins/websocat/skills/quickstart/SKILL.md +7 -73
- package/plugins/xonsh/install-guidance.json +1 -0
- package/plugins/xonsh/meta.json +1 -0
- package/plugins/xonsh/plugin.json +1 -0
- package/plugins/xonsh/skills/quickstart/SKILL.md +1 -0
- package/plugins/xurl/install-guidance.json +10 -0
- package/plugins/xurl/meta.json +7 -0
- package/plugins/yaml/install-guidance.json +1 -0
- package/plugins/yaml/meta.json +1 -0
- package/plugins/yaml/plugin.json +1 -0
- package/plugins/yaml/skills/quickstart/SKILL.md +1 -0
- package/plugins/yamllint/install-guidance.json +11 -0
- package/plugins/yamllint/meta.json +5 -0
- package/plugins/yamllint/plugin.json +89 -0
- package/plugins/yamllint/skills/quickstart/SKILL.md +41 -0
- package/plugins/yew/install-guidance.json +1 -0
- package/plugins/yew/meta.json +1 -0
- package/plugins/yew/plugin.json +1 -0
- package/plugins/yew/skills/quickstart/SKILL.md +1 -0
- package/plugins/zoxide/install-guidance.json +1 -11
- package/plugins/zoxide/meta.json +1 -5
- package/plugins/zoxide/plugin.json +1 -87
- package/plugins/zoxide/skills/quickstart/SKILL.md +1 -80
- package/plugins/zsh/install-guidance.json +1 -0
- package/plugins/zsh/meta.json +1 -0
- package/plugins/zsh/plugin.json +1 -0
- package/plugins/zsh/skills/quickstart/SKILL.md +1 -0
- package/plugins/zsh-4/install-guidance.json +1 -0
- package/plugins/zsh-4/meta.json +1 -0
- package/plugins/zsh-4/plugin.json +1 -0
- package/plugins/zsh-4/skills/quickstart/SKILL.md +1 -0
- package/plugins/zsh-5/install-guidance.json +1 -0
- package/plugins/zsh-5/meta.json +1 -0
- package/plugins/zsh-5/plugin.json +1 -0
- package/plugins/zsh-5/skills/quickstart/SKILL.md +1 -0
- package/source-url-mapping.json +57 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
# Graph Report - . (2026-05-
|
|
1
|
+
# Graph Report - . (2026-05-09)
|
|
2
2
|
|
|
3
3
|
## Corpus Check
|
|
4
|
-
-
|
|
4
|
+
- 242 files · ~384,118 words
|
|
5
5
|
- Verdict: corpus is large enough that graph structure adds value.
|
|
6
6
|
|
|
7
7
|
## Summary
|
|
8
|
-
-
|
|
9
|
-
- Extraction: 77% EXTRACTED · 23% INFERRED · 0% AMBIGUOUS · INFERRED:
|
|
8
|
+
- 914 nodes · 1710 edges · 138 communities detected
|
|
9
|
+
- Extraction: 77% EXTRACTED · 23% INFERRED · 0% AMBIGUOUS · INFERRED: 395 edges (avg confidence: 0.8)
|
|
10
10
|
- Token cost: 0 input · 0 output
|
|
11
11
|
|
|
12
12
|
## Community Hubs (Navigation)
|
|
@@ -148,17 +148,16 @@
|
|
|
148
148
|
- [[_COMMUNITY_Community 135|Community 135]]
|
|
149
149
|
- [[_COMMUNITY_Community 136|Community 136]]
|
|
150
150
|
- [[_COMMUNITY_Community 137|Community 137]]
|
|
151
|
-
- [[_COMMUNITY_Community 138|Community 138]]
|
|
152
151
|
|
|
153
152
|
## God Nodes (most connected - your core abstractions)
|
|
154
|
-
1. `parse()` -
|
|
155
|
-
2. `log()` -
|
|
153
|
+
1. `parse()` - 55 edges
|
|
154
|
+
2. `log()` - 51 edges
|
|
156
155
|
3. `getStorage()` - 37 edges
|
|
157
156
|
4. `main()` - 35 edges
|
|
158
157
|
5. `run()` - 27 edges
|
|
159
|
-
6. `
|
|
160
|
-
7. `
|
|
161
|
-
8. `
|
|
158
|
+
6. `error()` - 27 edges
|
|
159
|
+
7. `handleMcpRegistryCommand()` - 24 edges
|
|
160
|
+
8. `handleSkillsCommand()` - 24 edges
|
|
162
161
|
9. `output()` - 19 edges
|
|
163
162
|
10. `handlePluginsCommand()` - 17 edges
|
|
164
163
|
|
|
@@ -169,16 +168,16 @@
|
|
|
169
168
|
tests/test-cli.js → cli/mcp-stdio-jsonrpc.js
|
|
170
169
|
- `parse()` --calls--> `parseJsonLine()` [INFERRED]
|
|
171
170
|
tests/test-cli.js → cli/adapters/process.js
|
|
172
|
-
- `
|
|
173
|
-
|
|
174
|
-
- `
|
|
175
|
-
|
|
171
|
+
- `parse()` --calls--> `readJson()` [INFERRED]
|
|
172
|
+
tests/test-cli.js → plugins/acp-cli/acp-cli.js
|
|
173
|
+
- `test()` --calls--> `onFilterInput()` [INFERRED]
|
|
174
|
+
tests/test-mcp.js → coverage/lcov-report/sorter.js
|
|
176
175
|
|
|
177
176
|
## Communities
|
|
178
177
|
|
|
179
178
|
### Community 0 - "Community 0"
|
|
180
|
-
Cohesion: 0.
|
|
181
|
-
Nodes (
|
|
179
|
+
Cohesion: 0.06
|
|
180
|
+
Nodes (53): main(), main(), buildDryRunCommand(), formatSuggestions(), handleAskCommand(), localLLMCompletion(), parseLLMError(), remoteLLMCompletion() (+45 more)
|
|
182
181
|
|
|
183
182
|
### Community 1 - "Community 1"
|
|
184
183
|
Cohesion: 0.09
|
|
@@ -186,76 +185,76 @@ Nodes (53): getStorage(), adapterKey(), adapterPackagesKey(), addAdapterPackage(
|
|
|
186
185
|
|
|
187
186
|
### Community 2 - "Community 2"
|
|
188
187
|
Cohesion: 0.07
|
|
189
|
-
Nodes (
|
|
188
|
+
Nodes (54): countTokenHits(), discoverPluginsByIntent(), scorePlugin(), tokenizeIntent(), findInstalledPlugin(), getPluginInstallGuidance(), normalizeInstallGuidance(), readInstallGuidanceFile() (+46 more)
|
|
190
189
|
|
|
191
190
|
### Community 3 - "Community 3"
|
|
192
191
|
Cohesion: 0.07
|
|
193
|
-
Nodes (
|
|
192
|
+
Nodes (38): run(), buildCommandSkillMarkdown(), buildMcpServersUsageSkillMarkdown(), buildPluginsAuthoringSkillMarkdown(), buildPluginsUsageSkillMarkdown(), buildTeachSkillMarkdown(), addProvider(), baseSkillId() (+30 more)
|
|
194
193
|
|
|
195
194
|
### Community 4 - "Community 4"
|
|
196
195
|
Cohesion: 0.06
|
|
197
|
-
Nodes (
|
|
196
|
+
Nodes (33): cmdRegistry(), cmdRegistryInfo(), cmdServerStart(), cmdSessionCreate(), fetchAgentInfo(), jsonRpc(), main(), readJson() (+25 more)
|
|
198
197
|
|
|
199
198
|
### Community 5 - "Community 5"
|
|
200
|
-
Cohesion: 0.
|
|
201
|
-
Nodes (
|
|
199
|
+
Cohesion: 0.09
|
|
200
|
+
Nodes (32): compileForHarness(), formatForHarness(), formatMdc(), formatWindsurf(), getAllHarnesses(), getSkillPath(), readSkillSource(), stripFrontmatter() (+24 more)
|
|
202
201
|
|
|
203
202
|
### Community 6 - "Community 6"
|
|
204
|
-
Cohesion: 0.
|
|
205
|
-
Nodes (
|
|
203
|
+
Cohesion: 0.11
|
|
204
|
+
Nodes (31): asObject(), asStringArray(), asStringMap(), callHttpMcpTool(), callStdioTool(), checkCommandAvailable(), commandBinary(), diagnoseMcpServer() (+23 more)
|
|
206
205
|
|
|
207
206
|
### Community 7 - "Community 7"
|
|
208
|
-
Cohesion: 0.
|
|
209
|
-
Nodes (
|
|
207
|
+
Cohesion: 0.15
|
|
208
|
+
Nodes (28): daemonMain(), ensureDirectories(), getDaemonStatus(), getHeartbeat(), getLogFilePath(), isDaemonRunning(), loadConfig(), pruneLogs() (+20 more)
|
|
210
209
|
|
|
211
210
|
### Community 8 - "Community 8"
|
|
212
|
-
Cohesion: 0.
|
|
213
|
-
Nodes (
|
|
211
|
+
Cohesion: 0.16
|
|
212
|
+
Nodes (16): actionFromToolName(), buildRemoteEntries(), buildRemoteEntriesFromTree(), buildToolCommand(), discoverToolNames(), ensureMcpServer(), fetchJson(), integrationError() (+8 more)
|
|
214
213
|
|
|
215
214
|
### Community 9 - "Community 9"
|
|
216
|
-
Cohesion: 0.
|
|
217
|
-
Nodes (
|
|
215
|
+
Cohesion: 0.18
|
|
216
|
+
Nodes (26): emptyConfig(), ensureCacheDir(), ensurePluginDir(), extractZipToDir(), fetchRemoteConfig(), getClientId(), listMcpServers(), loadConfig() (+18 more)
|
|
218
217
|
|
|
219
218
|
### Community 10 - "Community 10"
|
|
220
|
-
Cohesion: 0.
|
|
221
|
-
Nodes (
|
|
219
|
+
Cohesion: 0.15
|
|
220
|
+
Nodes (20): a(), B(), D(), g(), i(), k(), o(), Q() (+12 more)
|
|
222
221
|
|
|
223
222
|
### Community 11 - "Community 11"
|
|
223
|
+
Cohesion: 0.16
|
|
224
|
+
Nodes (18): asInvalid(), assertType(), validateAdapterConfig(), validateCommonConfig(), invalid(), normalizeCommandPayload(), parseAdapterConfig(), parseArgs() (+10 more)
|
|
225
|
+
|
|
226
|
+
### Community 12 - "Community 12"
|
|
224
227
|
Cohesion: 0.21
|
|
225
228
|
Nodes (19): closeBrowser(), createAgentConsole(), createStructuredError(), drainStream(), executeUserCode(), fetchHtml(), isRecoverableNavigationError(), loadCode() (+11 more)
|
|
226
229
|
|
|
227
|
-
### Community
|
|
230
|
+
### Community 13 - "Community 13"
|
|
228
231
|
Cohesion: 0.18
|
|
229
232
|
Nodes (10): createStructuredError(), extractFromHtml(), loadRuntimeDependencies(), main(), normalizeUrl(), parseArgs(), printJson(), printStructuredError() (+2 more)
|
|
230
233
|
|
|
231
|
-
### Community
|
|
234
|
+
### Community 14 - "Community 14"
|
|
232
235
|
Cohesion: 0.26
|
|
233
236
|
Nodes (16): closeBrowser(), createAgentConsole(), createStructuredError(), drainStream(), executeUserCode(), loadCode(), loadRuntimeDependencies(), main() (+8 more)
|
|
234
237
|
|
|
235
|
-
### Community
|
|
238
|
+
### Community 15 - "Community 15"
|
|
236
239
|
Cohesion: 0.25
|
|
237
240
|
Nodes (14): callTool(), ensureDir(), frameMessage(), getOrSpawnServer(), gracefulShutdown(), handleRequest(), initializeSession(), listTools() (+6 more)
|
|
238
241
|
|
|
239
|
-
### Community 15 - "Community 15"
|
|
240
|
-
Cohesion: 0.31
|
|
241
|
-
Nodes (11): addSortIndicators(), enableUI(), getNthColumn(), getTable(), getTableBody(), getTableHeader(), loadColumns(), loadData() (+3 more)
|
|
242
|
-
|
|
243
242
|
### Community 16 - "Community 16"
|
|
243
|
+
Cohesion: 0.27
|
|
244
|
+
Nodes (12): addSortIndicators(), enableUI(), getNthColumn(), getTable(), getTableBody(), getTableHeader(), loadColumns(), loadData() (+4 more)
|
|
245
|
+
|
|
246
|
+
### Community 17 - "Community 17"
|
|
244
247
|
Cohesion: 0.45
|
|
245
248
|
Nodes (11): getPluginLearn(), integration(), invalid(), loadManifestFromGit(), notFound(), parseManifest(), readMetaFile(), resolveBundledManifestPath() (+3 more)
|
|
246
249
|
|
|
247
|
-
### Community
|
|
250
|
+
### Community 18 - "Community 18"
|
|
248
251
|
Cohesion: 0.41
|
|
249
252
|
Nodes (11): buildAiderArgs(), diffGitState(), ensureAbsoluteDir(), fail(), main(), parseArgs(), printJson(), readGitState() (+3 more)
|
|
250
253
|
|
|
251
|
-
### Community
|
|
254
|
+
### Community 19 - "Community 19"
|
|
252
255
|
Cohesion: 0.48
|
|
253
256
|
Nodes (10): httpsRequest(), main(), parseFlags(), printError(), printJson(), runAuthExchange(), runAuthUrl(), runPersonUrn() (+2 more)
|
|
254
257
|
|
|
255
|
-
### Community 19 - "Community 19"
|
|
256
|
-
Cohesion: 0.46
|
|
257
|
-
Nodes (7): compileForHarness(), formatForHarness(), formatMdc(), formatWindsurf(), getSkillPath(), readSkillSource(), stripFrontmatter()
|
|
258
|
-
|
|
259
258
|
### Community 20 - "Community 20"
|
|
260
259
|
Cohesion: 0.36
|
|
261
260
|
Nodes (1): FileAdapter
|
|
@@ -265,37 +264,37 @@ Cohesion: 0.48
|
|
|
265
264
|
Nodes (5): parseBoolean(), parseDisposition(), parseMultipartFormData(), parseMultipartParts(), readRequestBuffer()
|
|
266
265
|
|
|
267
266
|
### Community 22 - "Community 22"
|
|
268
|
-
Cohesion: 0.52
|
|
269
|
-
Nodes (6): applyAuth(), buildUrl(), execute(), fetchSpec(), findOperation(), resolveAuthValue()
|
|
270
|
-
|
|
271
|
-
### Community 23 - "Community 23"
|
|
272
267
|
Cohesion: 0.57
|
|
273
268
|
Nodes (5): ensureDir(), main(), readConfig(), upsertBy(), upsertCommand()
|
|
274
269
|
|
|
275
|
-
### Community
|
|
276
|
-
Cohesion: 0.
|
|
277
|
-
Nodes (
|
|
270
|
+
### Community 23 - "Community 23"
|
|
271
|
+
Cohesion: 0.52
|
|
272
|
+
Nodes (6): applyAuth(), buildUrl(), execute(), fetchSpec(), findOperation(), resolveAuthValue()
|
|
278
273
|
|
|
279
|
-
### Community
|
|
274
|
+
### Community 24 - "Community 24"
|
|
280
275
|
Cohesion: 0.4
|
|
281
276
|
Nodes (0):
|
|
282
277
|
|
|
283
|
-
### Community
|
|
278
|
+
### Community 25 - "Community 25"
|
|
284
279
|
Cohesion: 0.5
|
|
285
280
|
Nodes (2): main(), summarize()
|
|
286
281
|
|
|
287
|
-
### Community
|
|
282
|
+
### Community 26 - "Community 26"
|
|
288
283
|
Cohesion: 0.9
|
|
289
284
|
Nodes (4): ensureImage(), exitWithResult(), run(), runDocker()
|
|
290
285
|
|
|
291
|
-
### Community
|
|
286
|
+
### Community 27 - "Community 27"
|
|
292
287
|
Cohesion: 0.9
|
|
293
288
|
Nodes (4): ensureImage(), exitWithResult(), run(), runDocker()
|
|
294
289
|
|
|
295
|
-
### Community
|
|
290
|
+
### Community 28 - "Community 28"
|
|
296
291
|
Cohesion: 0.7
|
|
297
292
|
Nodes (4): goToNext(), goToPrevious(), makeCurrent(), toggleClass()
|
|
298
293
|
|
|
294
|
+
### Community 29 - "Community 29"
|
|
295
|
+
Cohesion: 0.5
|
|
296
|
+
Nodes (0):
|
|
297
|
+
|
|
299
298
|
### Community 30 - "Community 30"
|
|
300
299
|
Cohesion: 0.5
|
|
301
300
|
Nodes (0):
|
|
@@ -313,17 +312,17 @@ Cohesion: 0.5
|
|
|
313
312
|
Nodes (0):
|
|
314
313
|
|
|
315
314
|
### Community 34 - "Community 34"
|
|
316
|
-
Cohesion: 0.5
|
|
317
|
-
Nodes (0):
|
|
318
|
-
|
|
319
|
-
### Community 35 - "Community 35"
|
|
320
315
|
Cohesion: 0.67
|
|
321
316
|
Nodes (2): isExecutableAvailable(), resolveRuntime()
|
|
322
317
|
|
|
323
|
-
### Community
|
|
318
|
+
### Community 35 - "Community 35"
|
|
324
319
|
Cohesion: 1.0
|
|
325
320
|
Nodes (2): execute(), interpolateScript()
|
|
326
321
|
|
|
322
|
+
### Community 36 - "Community 36"
|
|
323
|
+
Cohesion: 0.67
|
|
324
|
+
Nodes (0):
|
|
325
|
+
|
|
327
326
|
### Community 37 - "Community 37"
|
|
328
327
|
Cohesion: 0.67
|
|
329
328
|
Nodes (0):
|
|
@@ -469,20 +468,20 @@ Cohesion: 0.67
|
|
|
469
468
|
Nodes (0):
|
|
470
469
|
|
|
471
470
|
### Community 73 - "Community 73"
|
|
472
|
-
Cohesion: 0
|
|
473
|
-
Nodes (
|
|
471
|
+
Cohesion: 1.0
|
|
472
|
+
Nodes (2): fail(), run()
|
|
474
473
|
|
|
475
474
|
### Community 74 - "Community 74"
|
|
476
475
|
Cohesion: 1.0
|
|
477
|
-
Nodes (2):
|
|
476
|
+
Nodes (2): parseArgs(), run()
|
|
478
477
|
|
|
479
478
|
### Community 75 - "Community 75"
|
|
480
479
|
Cohesion: 1.0
|
|
481
|
-
Nodes (2):
|
|
480
|
+
Nodes (2): resolvePythonFromLauncher(), run()
|
|
482
481
|
|
|
483
482
|
### Community 76 - "Community 76"
|
|
484
483
|
Cohesion: 1.0
|
|
485
|
-
Nodes (
|
|
484
|
+
Nodes (0):
|
|
486
485
|
|
|
487
486
|
### Community 77 - "Community 77"
|
|
488
487
|
Cohesion: 1.0
|
|
@@ -718,161 +717,157 @@ Nodes (0):
|
|
|
718
717
|
|
|
719
718
|
### Community 135 - "Community 135"
|
|
720
719
|
Cohesion: 1.0
|
|
721
|
-
Nodes (0):
|
|
722
|
-
|
|
723
|
-
### Community 136 - "Community 136"
|
|
724
|
-
Cohesion: 1.0
|
|
725
720
|
Nodes (1): Extract text from page using XPath selector.
|
|
726
721
|
|
|
727
|
-
### Community
|
|
722
|
+
### Community 136 - "Community 136"
|
|
728
723
|
Cohesion: 1.0
|
|
729
724
|
Nodes (1): Extract place details from Google Maps page.
|
|
730
725
|
|
|
731
|
-
### Community
|
|
726
|
+
### Community 137 - "Community 137"
|
|
732
727
|
Cohesion: 1.0
|
|
733
728
|
Nodes (1): Scrape Google Maps for business data.
|
|
734
729
|
|
|
735
730
|
## Knowledge Gaps
|
|
736
731
|
- **3 isolated node(s):** `Extract text from page using XPath selector.`, `Extract place details from Google Maps page.`, `Scrape Google Maps for business data.`
|
|
737
732
|
These have ≤1 connection - possible missing edges or undocumented components.
|
|
738
|
-
- **Thin community `Community
|
|
733
|
+
- **Thin community `Community 76`** (2 nodes): `invalid()`, `adapters.js`
|
|
739
734
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
740
|
-
- **Thin community `Community
|
|
735
|
+
- **Thin community `Community 77`** (2 nodes): `getHandler()`, `server-routes-ask.test.js`
|
|
741
736
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
742
|
-
- **Thin community `Community
|
|
737
|
+
- **Thin community `Community 78`** (2 nodes): `runNoServer()`, `cline-skill.test.js`
|
|
743
738
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
744
|
-
- **Thin community `Community
|
|
739
|
+
- **Thin community `Community 79`** (2 nodes): `getHandler()`, `server-routes-jobs.test.js`
|
|
745
740
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
746
|
-
- **Thin community `Community
|
|
741
|
+
- **Thin community `Community 80`** (2 nodes): `getHandler()`, `server-routes-misc.test.js`
|
|
747
742
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
748
|
-
- **Thin community `Community
|
|
743
|
+
- **Thin community `Community 81`** (2 nodes): `getHandler()`, `server-routes-config.test.js`
|
|
749
744
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
750
|
-
- **Thin community `Community
|
|
745
|
+
- **Thin community `Community 82`** (2 nodes): `frame()`, `mcp-adapter.test.js`
|
|
751
746
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
752
|
-
- **Thin community `Community
|
|
747
|
+
- **Thin community `Community 83`** (2 nodes): `frame()`, `mcp-stdio-jsonrpc.test.js`
|
|
753
748
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
754
|
-
- **Thin community `Community
|
|
749
|
+
- **Thin community `Community 84`** (2 nodes): `getHandler()`, `server-routes-commands.test.js`
|
|
755
750
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
756
|
-
- **Thin community `Community
|
|
751
|
+
- **Thin community `Community 85`** (2 nodes): `run-version.js`, `run()`
|
|
757
752
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
758
|
-
- **Thin community `Community
|
|
753
|
+
- **Thin community `Community 86`** (2 nodes): `setup-cass.js`, `isCommandAvailable()`
|
|
759
754
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
760
|
-
- **Thin community `Community
|
|
755
|
+
- **Thin community `Community 87`** (1 nodes): `jest.config.js`
|
|
761
756
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
762
|
-
- **Thin community `Community
|
|
757
|
+
- **Thin community `Community 88`** (1 nodes): `docs.js`
|
|
763
758
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
764
|
-
- **Thin community `Community
|
|
759
|
+
- **Thin community `Community 89`** (1 nodes): `ask.js`
|
|
765
760
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
766
|
-
- **Thin community `Community
|
|
761
|
+
- **Thin community `Community 90`** (1 nodes): `jobs.js`
|
|
767
762
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
768
|
-
- **Thin community `Community
|
|
763
|
+
- **Thin community `Community 91`** (1 nodes): `config.js`
|
|
769
764
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
770
|
-
- **Thin community `Community
|
|
765
|
+
- **Thin community `Community 92`** (1 nodes): `plans.js`
|
|
771
766
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
772
|
-
- **Thin community `Community
|
|
767
|
+
- **Thin community `Community 93`** (1 nodes): `app.js`
|
|
773
768
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
774
|
-
- **Thin community `Community
|
|
769
|
+
- **Thin community `Community 94`** (1 nodes): `analyze-plugins.js`
|
|
775
770
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
776
|
-
- **Thin community `Community
|
|
771
|
+
- **Thin community `Community 95`** (1 nodes): `process-adapter.test.js`
|
|
777
772
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
778
|
-
- **Thin community `Community
|
|
773
|
+
- **Thin community `Community 96`** (1 nodes): `skills.test.js`
|
|
779
774
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
780
|
-
- **Thin community `Community
|
|
775
|
+
- **Thin community `Community 97`** (1 nodes): `plan-runtime.test.js`
|
|
781
776
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
782
|
-
- **Thin community `Community
|
|
777
|
+
- **Thin community `Community 98`** (1 nodes): `mcp-local.test.js`
|
|
783
778
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
784
|
-
- **Thin community `Community
|
|
779
|
+
- **Thin community `Community 99`** (1 nodes): `openapi-adapter.test.js`
|
|
785
780
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
786
|
-
- **Thin community `Community
|
|
781
|
+
- **Thin community `Community 100`** (1 nodes): `plugin-blogwatcher.test.js`
|
|
787
782
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
788
|
-
- **Thin community `Community
|
|
783
|
+
- **Thin community `Community 101`** (1 nodes): `server-storage-file.test.js`
|
|
789
784
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
790
|
-
- **Thin community `Community
|
|
785
|
+
- **Thin community `Community 102`** (1 nodes): `ask.test.js`
|
|
791
786
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
792
|
-
- **Thin community `Community
|
|
787
|
+
- **Thin community `Community 103`** (1 nodes): `plugin-clix.test.js`
|
|
793
788
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
794
|
-
- **Thin community `Community
|
|
789
|
+
- **Thin community `Community 104`** (1 nodes): `skills-catalog.test.js`
|
|
795
790
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
796
|
-
- **Thin community `Community
|
|
791
|
+
- **Thin community `Community 105`** (1 nodes): `config.test.js`
|
|
797
792
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
798
|
-
- **Thin community `Community
|
|
793
|
+
- **Thin community `Community 106`** (1 nodes): `plugins-command.test.js`
|
|
799
794
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
800
|
-
- **Thin community `Community
|
|
795
|
+
- **Thin community `Community 107`** (1 nodes): `namespace-passthrough.test.js`
|
|
801
796
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
802
|
-
- **Thin community `Community
|
|
797
|
+
- **Thin community `Community 108`** (1 nodes): `plugin-install-guidance.test.js`
|
|
803
798
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
804
|
-
- **Thin community `Community
|
|
799
|
+
- **Thin community `Community 109`** (1 nodes): `plugins-learn.test.js`
|
|
805
800
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
806
|
-
- **Thin community `Community
|
|
801
|
+
- **Thin community `Community 110`** (1 nodes): `http-adapter.test.js`
|
|
807
802
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
808
|
-
- **Thin community `Community
|
|
803
|
+
- **Thin community `Community 111`** (1 nodes): `planner.test.js`
|
|
809
804
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
810
|
-
- **Thin community `Community
|
|
805
|
+
- **Thin community `Community 112`** (1 nodes): `server-app.test.js`
|
|
811
806
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
812
|
-
- **Thin community `Community
|
|
807
|
+
- **Thin community `Community 113`** (1 nodes): `plugin-visual-explainer.test.js`
|
|
813
808
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
814
|
-
- **Thin community `Community
|
|
809
|
+
- **Thin community `Community 114`** (1 nodes): `executor.test.js`
|
|
815
810
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
816
|
-
- **Thin community `Community
|
|
811
|
+
- **Thin community `Community 115`** (1 nodes): `adapter-schema.test.js`
|
|
817
812
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
818
|
-
- **Thin community `Community
|
|
813
|
+
- **Thin community `Community 116`** (1 nodes): `help-json.test.js`
|
|
819
814
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
820
|
-
- **Thin community `Community
|
|
815
|
+
- **Thin community `Community 117`** (1 nodes): `server-storage-mongo.test.js`
|
|
821
816
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
822
|
-
- **Thin community `Community
|
|
817
|
+
- **Thin community `Community 118`** (1 nodes): `plugin-cocoindex-code.test.js`
|
|
823
818
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
824
|
-
- **Thin community `Community
|
|
819
|
+
- **Thin community `Community 119`** (1 nodes): `plugins-store.test.js`
|
|
825
820
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
826
|
-
- **Thin community `Community
|
|
821
|
+
- **Thin community `Community 120`** (1 nodes): `discover.test.js`
|
|
827
822
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
828
|
-
- **Thin community `Community
|
|
823
|
+
- **Thin community `Community 121`** (1 nodes): `plugin-cocoindex-code-uninstall.test.js`
|
|
829
824
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
830
|
-
- **Thin community `Community
|
|
825
|
+
- **Thin community `Community 122`** (1 nodes): `server-config-service.test.js`
|
|
831
826
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
832
|
-
- **Thin community `Community
|
|
827
|
+
- **Thin community `Community 123`** (1 nodes): `plugins-manager.test.js`
|
|
833
828
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
834
|
-
- **Thin community `Community
|
|
829
|
+
- **Thin community `Community 124`** (1 nodes): `plugin-agency-agents.test.js`
|
|
835
830
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
836
|
-
- **Thin community `Community
|
|
831
|
+
- **Thin community `Community 125`** (1 nodes): `plugin-browser-use.test.js`
|
|
837
832
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
838
|
-
- **Thin community `Community
|
|
833
|
+
- **Thin community `Community 126`** (1 nodes): `plugin-nullclaw.test.js`
|
|
839
834
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
840
|
-
- **Thin community `Community
|
|
835
|
+
- **Thin community `Community 127`** (1 nodes): `plugins-registry.test.js`
|
|
841
836
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
842
|
-
- **Thin community `Community
|
|
837
|
+
- **Thin community `Community 128`** (1 nodes): `plugin-browser-use-uninstall.test.js`
|
|
843
838
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
844
|
-
- **Thin community `Community
|
|
839
|
+
- **Thin community `Community 129`** (1 nodes): `plugin-nemoclaw.test.js`
|
|
845
840
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
846
|
-
- **Thin community `Community
|
|
841
|
+
- **Thin community `Community 130`** (1 nodes): `server-storage-adapter.test.js`
|
|
847
842
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
848
|
-
- **Thin community `Community
|
|
843
|
+
- **Thin community `Community 131`** (1 nodes): `plugin-xurl.test.js`
|
|
849
844
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
850
|
-
- **Thin community `Community
|
|
845
|
+
- **Thin community `Community 132`** (1 nodes): `shell-adapter.test.js`
|
|
851
846
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
852
|
-
- **Thin community `Community
|
|
847
|
+
- **Thin community `Community 133`** (1 nodes): `run.js`
|
|
853
848
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
854
|
-
- **Thin community `Community
|
|
849
|
+
- **Thin community `Community 134`** (1 nodes): `publish.js`
|
|
855
850
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
856
|
-
- **Thin community `Community
|
|
851
|
+
- **Thin community `Community 135`** (1 nodes): `Extract text from page using XPath selector.`
|
|
857
852
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
858
|
-
- **Thin community `Community
|
|
853
|
+
- **Thin community `Community 136`** (1 nodes): `Extract place details from Google Maps page.`
|
|
859
854
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
860
|
-
- **Thin community `Community
|
|
855
|
+
- **Thin community `Community 137`** (1 nodes): `Scrape Google Maps for business data.`
|
|
861
856
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
862
857
|
|
|
863
858
|
## Suggested Questions
|
|
864
859
|
_Questions this graph is uniquely positioned to answer:_
|
|
865
860
|
|
|
866
|
-
- **Why does `parse()` connect `Community 0` to `Community 2`, `Community 3`, `Community 4`, `Community 5`, `Community 6`, `Community 7`, `Community 8`, `Community 9`, `Community 10`, `Community
|
|
867
|
-
_High betweenness centrality (0.
|
|
868
|
-
- **Why does `log()` connect `Community 0` to `Community 1`, `Community 3`, `Community 4`, `Community
|
|
869
|
-
_High betweenness centrality (0.
|
|
870
|
-
- **Why does `main()` connect `Community
|
|
871
|
-
_High betweenness centrality (0.
|
|
872
|
-
- **Are the
|
|
873
|
-
_`parse()` has
|
|
874
|
-
- **Are the
|
|
875
|
-
_`log()` has
|
|
861
|
+
- **Why does `parse()` connect `Community 0` to `Community 2`, `Community 3`, `Community 4`, `Community 5`, `Community 6`, `Community 7`, `Community 8`, `Community 9`, `Community 10`, `Community 11`, `Community 15`, `Community 17`, `Community 20`, `Community 21`, `Community 22`, `Community 23`, `Community 25`?**
|
|
862
|
+
_High betweenness centrality (0.177) - this node is a cross-community bridge._
|
|
863
|
+
- **Why does `log()` connect `Community 0` to `Community 1`, `Community 2`, `Community 3`, `Community 4`, `Community 5`, `Community 7`, `Community 10`, `Community 11`?**
|
|
864
|
+
_High betweenness centrality (0.159) - this node is a cross-community bridge._
|
|
865
|
+
- **Why does `main()` connect `Community 5` to `Community 0`, `Community 2`, `Community 3`, `Community 7`, `Community 9`?**
|
|
866
|
+
_High betweenness centrality (0.051) - this node is a cross-community bridge._
|
|
867
|
+
- **Are the 54 inferred relationships involving `parse()` (e.g. with `main()` and `main()`) actually correct?**
|
|
868
|
+
_`parse()` has 54 INFERRED edges - model-reasoned connections that need verification._
|
|
869
|
+
- **Are the 49 inferred relationships involving `log()` (e.g. with `main()` and `main()`) actually correct?**
|
|
870
|
+
_`log()` has 49 INFERRED edges - model-reasoned connections that need verification._
|
|
876
871
|
- **Are the 36 inferred relationships involving `getStorage()` (e.g. with `start()` and `getAllMCPs()`) actually correct?**
|
|
877
872
|
_`getStorage()` has 36 INFERRED edges - model-reasoned connections that need verification._
|
|
878
873
|
- **Are the 24 inferred relationships involving `main()` (e.g. with `loadConfig()` and `findNamespacePassthrough()`) actually correct?**
|
package/graphify-out/cache/01279f3993eb53658c52a603677d1d7a33854090b277ed0b97620cc27fb4c5fd.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "fix_plugin_quality_ts", "label": "fix-plugin-quality.ts", "file_type": "code", "source_file": "fix-plugin-quality.ts", "source_location": "L1"}, {"id": "fix_plugin_quality_suggesttags", "label": "suggestTags()", "file_type": "code", "source_file": "fix-plugin-quality.ts", "source_location": "L43"}, {"id": "fix_plugin_quality_guesssourceurl", "label": "guessSourceUrl()", "file_type": "code", "source_file": "fix-plugin-quality.ts", "source_location": "L58"}, {"id": "fix_plugin_quality_analyzeplugin", "label": "analyzePlugin()", "file_type": "code", "source_file": "fix-plugin-quality.ts", "source_location": "L74"}, {"id": "fix_plugin_quality_main", "label": "main()", "file_type": "code", "source_file": "fix-plugin-quality.ts", "source_location": "L106"}], "edges": [{"source": "fix_plugin_quality_ts", "target": "fs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "fix-plugin-quality.ts", "source_location": "L2", "weight": 1.0}, {"source": "fix_plugin_quality_ts", "target": "path", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "fix-plugin-quality.ts", "source_location": "L3", "weight": 1.0}, {"source": "fix_plugin_quality_ts", "target": "fix_plugin_quality_suggesttags", "relation": "contains", "confidence": "EXTRACTED", "source_file": "fix-plugin-quality.ts", "source_location": "L43", "weight": 1.0}, {"source": "fix_plugin_quality_ts", "target": "fix_plugin_quality_guesssourceurl", "relation": "contains", "confidence": "EXTRACTED", "source_file": "fix-plugin-quality.ts", "source_location": "L58", "weight": 1.0}, {"source": "fix_plugin_quality_ts", "target": "fix_plugin_quality_analyzeplugin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "fix-plugin-quality.ts", "source_location": "L74", "weight": 1.0}, {"source": "fix_plugin_quality_ts", "target": "fix_plugin_quality_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "fix-plugin-quality.ts", "source_location": "L106", "weight": 1.0}, {"source": "fix_plugin_quality_analyzeplugin", "target": "fix_plugin_quality_guesssourceurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "fix-plugin-quality.ts", "source_location": "L87", "weight": 1.0}, {"source": "fix_plugin_quality_analyzeplugin", "target": "fix_plugin_quality_suggesttags", "relation": "calls", "confidence": "EXTRACTED", "source_file": "fix-plugin-quality.ts", "source_location": "L93", "weight": 1.0}, {"source": "fix_plugin_quality_main", "target": "fix_plugin_quality_analyzeplugin", "relation": "calls", "confidence": "EXTRACTED", "source_file": "fix-plugin-quality.ts", "source_location": "L115", "weight": 1.0}], "raw_calls": [{"caller_nid": "fix_plugin_quality_suggesttags", "callee": "toLowerCase", "source_file": "fix-plugin-quality.ts", "source_location": "L47"}, {"caller_nid": "fix_plugin_quality_suggesttags", "callee": "entries", "source_file": "fix-plugin-quality.ts", "source_location": "L49"}, {"caller_nid": "fix_plugin_quality_suggesttags", "callee": "has", "source_file": "fix-plugin-quality.ts", "source_location": "L50"}, {"caller_nid": "fix_plugin_quality_suggesttags", "callee": "some", "source_file": "fix-plugin-quality.ts", "source_location": "L50"}, {"caller_nid": "fix_plugin_quality_suggesttags", "callee": "add", "source_file": "fix-plugin-quality.ts", "source_location": "L51"}, {"caller_nid": "fix_plugin_quality_suggesttags", "callee": "sort", "source_file": "fix-plugin-quality.ts", "source_location": "L55"}, {"caller_nid": "fix_plugin_quality_suggesttags", "callee": "from", "source_file": "fix-plugin-quality.ts", "source_location": "L55"}, {"caller_nid": "fix_plugin_quality_analyzeplugin", "callee": "push", "source_file": "fix-plugin-quality.ts", "source_location": "L80"}, {"caller_nid": "fix_plugin_quality_analyzeplugin", "callee": "push", "source_file": "fix-plugin-quality.ts", "source_location": "L86"}, {"caller_nid": "fix_plugin_quality_analyzeplugin", "callee": "push", "source_file": "fix-plugin-quality.ts", "source_location": "L92"}, {"caller_nid": "fix_plugin_quality_main", "callee": "log", "source_file": "fix-plugin-quality.ts", "source_location": "L107"}, {"caller_nid": "fix_plugin_quality_main", "callee": "log", "source_file": "fix-plugin-quality.ts", "source_location": "L108"}, {"caller_nid": "fix_plugin_quality_main", "callee": "parse", "source_file": "fix-plugin-quality.ts", "source_location": "L110"}, {"caller_nid": "fix_plugin_quality_main", "callee": "readFileSync", "source_file": "fix-plugin-quality.ts", "source_location": "L110"}, {"caller_nid": "fix_plugin_quality_main", "callee": "push", "source_file": "fix-plugin-quality.ts", "source_location": "L117"}, {"caller_nid": "fix_plugin_quality_main", "callee": "write", "source_file": "fix-plugin-quality.ts", "source_location": "L121"}, {"caller_nid": "fix_plugin_quality_main", "callee": "log", "source_file": "fix-plugin-quality.ts", "source_location": "L124"}, {"caller_nid": "fix_plugin_quality_main", "callee": "toISOString", "source_file": "fix-plugin-quality.ts", "source_location": "L128"}, {"caller_nid": "fix_plugin_quality_main", "callee": "filter", "source_file": "fix-plugin-quality.ts", "source_location": "L132"}, {"caller_nid": "fix_plugin_quality_main", "callee": "filter", "source_file": "fix-plugin-quality.ts", "source_location": "L133"}, {"caller_nid": "fix_plugin_quality_main", "callee": "filter", "source_file": "fix-plugin-quality.ts", "source_location": "L134"}, {"caller_nid": "fix_plugin_quality_main", "callee": "slice", "source_file": "fix-plugin-quality.ts", "source_location": "L136"}, {"caller_nid": "fix_plugin_quality_main", "callee": "log", "source_file": "fix-plugin-quality.ts", "source_location": "L140"}, {"caller_nid": "fix_plugin_quality_main", "callee": "log", "source_file": "fix-plugin-quality.ts", "source_location": "L141"}, {"caller_nid": "fix_plugin_quality_main", "callee": "toFixed", "source_file": "fix-plugin-quality.ts", "source_location": "L141"}, {"caller_nid": "fix_plugin_quality_main", "callee": "log", "source_file": "fix-plugin-quality.ts", "source_location": "L142"}, {"caller_nid": "fix_plugin_quality_main", "callee": "log", "source_file": "fix-plugin-quality.ts", "source_location": "L143"}, {"caller_nid": "fix_plugin_quality_main", "callee": "log", "source_file": "fix-plugin-quality.ts", "source_location": "L144"}, {"caller_nid": "fix_plugin_quality_main", "callee": "log", "source_file": "fix-plugin-quality.ts", "source_location": "L146"}, {"caller_nid": "fix_plugin_quality_main", "callee": "forEach", "source_file": "fix-plugin-quality.ts", "source_location": "L147"}, {"caller_nid": "fix_plugin_quality_main", "callee": "slice", "source_file": "fix-plugin-quality.ts", "source_location": "L147"}, {"caller_nid": "fix_plugin_quality_main", "callee": "writeFileSync", "source_file": "fix-plugin-quality.ts", "source_location": "L160"}, {"caller_nid": "fix_plugin_quality_main", "callee": "stringify", "source_file": "fix-plugin-quality.ts", "source_location": "L160"}, {"caller_nid": "fix_plugin_quality_main", "callee": "log", "source_file": "fix-plugin-quality.ts", "source_location": "L161"}, {"caller_nid": "fix_plugin_quality_main", "callee": "log", "source_file": "fix-plugin-quality.ts", "source_location": "L162"}]}
|
package/graphify-out/cache/1ea149b91dc615e8467207c137a3d7690a534db7a34a1af0e093a9d482332c76.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "enhance_descriptions_ts", "label": "enhance-descriptions.ts", "file_type": "code", "source_file": "enhance-descriptions.ts", "source_location": "L1"}, {"id": "enhance_descriptions_suggestdescription", "label": "suggestDescription()", "file_type": "code", "source_file": "enhance-descriptions.ts", "source_location": "L14"}, {"id": "enhance_descriptions_createinterface", "label": "createInterface()", "file_type": "code", "source_file": "enhance-descriptions.ts", "source_location": "L57"}, {"id": "enhance_descriptions_askquestion", "label": "askQuestion()", "file_type": "code", "source_file": "enhance-descriptions.ts", "source_location": "L64"}, {"id": "enhance_descriptions_main", "label": "main()", "file_type": "code", "source_file": "enhance-descriptions.ts", "source_location": "L72"}], "edges": [{"source": "enhance_descriptions_ts", "target": "fs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "enhance-descriptions.ts", "source_location": "L2", "weight": 1.0}, {"source": "enhance_descriptions_ts", "target": "readline", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "enhance-descriptions.ts", "source_location": "L3", "weight": 1.0}, {"source": "enhance_descriptions_ts", "target": "enhance_descriptions_suggestdescription", "relation": "contains", "confidence": "EXTRACTED", "source_file": "enhance-descriptions.ts", "source_location": "L14", "weight": 1.0}, {"source": "enhance_descriptions_ts", "target": "enhance_descriptions_createinterface", "relation": "contains", "confidence": "EXTRACTED", "source_file": "enhance-descriptions.ts", "source_location": "L57", "weight": 1.0}, {"source": "enhance_descriptions_ts", "target": "enhance_descriptions_askquestion", "relation": "contains", "confidence": "EXTRACTED", "source_file": "enhance-descriptions.ts", "source_location": "L64", "weight": 1.0}, {"source": "enhance_descriptions_ts", "target": "enhance_descriptions_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "enhance-descriptions.ts", "source_location": "L72", "weight": 1.0}, {"source": "enhance_descriptions_main", "target": "enhance_descriptions_createinterface", "relation": "calls", "confidence": "EXTRACTED", "source_file": "enhance-descriptions.ts", "source_location": "L87", "weight": 1.0}, {"source": "enhance_descriptions_main", "target": "enhance_descriptions_suggestdescription", "relation": "calls", "confidence": "EXTRACTED", "source_file": "enhance-descriptions.ts", "source_location": "L95", "weight": 1.0}, {"source": "enhance_descriptions_main", "target": "enhance_descriptions_askquestion", "relation": "calls", "confidence": "EXTRACTED", "source_file": "enhance-descriptions.ts", "source_location": "L103", "weight": 1.0}], "raw_calls": [{"caller_nid": "enhance_descriptions_suggestdescription", "callee": "join", "source_file": "enhance-descriptions.ts", "source_location": "L16"}, {"caller_nid": "enhance_descriptions_suggestdescription", "callee": "slice", "source_file": "enhance-descriptions.ts", "source_location": "L16"}, {"caller_nid": "enhance_descriptions_suggestdescription", "callee": "patterns[tag]", "source_file": "enhance-descriptions.ts", "source_location": "L45"}, {"caller_nid": "enhance_descriptions_suggestdescription", "callee": "join", "source_file": "enhance-descriptions.ts", "source_location": "L51"}, {"caller_nid": "enhance_descriptions_suggestdescription", "callee": "slice", "source_file": "enhance-descriptions.ts", "source_location": "L51"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L73"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L74"}, {"caller_nid": "enhance_descriptions_main", "callee": "parse", "source_file": "enhance-descriptions.ts", "source_location": "L77"}, {"caller_nid": "enhance_descriptions_main", "callee": "readFileSync", "source_file": "enhance-descriptions.ts", "source_location": "L77"}, {"caller_nid": "enhance_descriptions_main", "callee": "filter", "source_file": "enhance-descriptions.ts", "source_location": "L78"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L80"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L83"}, {"caller_nid": "enhance_descriptions_main", "callee": "exit", "source_file": "enhance-descriptions.ts", "source_location": "L84"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L97"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L98"}, {"caller_nid": "enhance_descriptions_main", "callee": "join", "source_file": "enhance-descriptions.ts", "source_location": "L98"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L99"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L100"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L101"}, {"caller_nid": "enhance_descriptions_main", "callee": "toLowerCase", "source_file": "enhance-descriptions.ts", "source_location": "L105"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L106"}, {"caller_nid": "enhance_descriptions_main", "callee": "toLowerCase", "source_file": "enhance-descriptions.ts", "source_location": "L110"}, {"caller_nid": "enhance_descriptions_main", "callee": "toLowerCase", "source_file": "enhance-descriptions.ts", "source_location": "L115"}, {"caller_nid": "enhance_descriptions_main", "callee": "set", "source_file": "enhance-descriptions.ts", "source_location": "L116"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L118"}, {"caller_nid": "enhance_descriptions_main", "callee": "toLowerCase", "source_file": "enhance-descriptions.ts", "source_location": "L119"}, {"caller_nid": "enhance_descriptions_main", "callee": "set", "source_file": "enhance-descriptions.ts", "source_location": "L122"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L124"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L126"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L134"}, {"caller_nid": "enhance_descriptions_main", "callee": "has", "source_file": "enhance-descriptions.ts", "source_location": "L137"}, {"caller_nid": "enhance_descriptions_main", "callee": "get", "source_file": "enhance-descriptions.ts", "source_location": "L138"}, {"caller_nid": "enhance_descriptions_main", "callee": "writeFileSync", "source_file": "enhance-descriptions.ts", "source_location": "L142"}, {"caller_nid": "enhance_descriptions_main", "callee": "stringify", "source_file": "enhance-descriptions.ts", "source_location": "L142"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L143"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L146"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L147"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L148"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L149"}, {"caller_nid": "enhance_descriptions_main", "callee": "log", "source_file": "enhance-descriptions.ts", "source_location": "L150"}, {"caller_nid": "enhance_descriptions_main", "callee": "close", "source_file": "enhance-descriptions.ts", "source_location": "L152"}]}
|
package/graphify-out/cache/48e5fc1be7fe0b1574df9cf914a2a237b4b173d751ba5cfbf9b802e5aee81cc5.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "apply_plugin_fixes_ts", "label": "apply-plugin-fixes.ts", "file_type": "code", "source_file": "apply-plugin-fixes.ts", "source_location": "L1"}, {"id": "apply_plugin_fixes_main", "label": "main()", "file_type": "code", "source_file": "apply-plugin-fixes.ts", "source_location": "L26"}], "edges": [{"source": "apply_plugin_fixes_ts", "target": "fs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "apply-plugin-fixes.ts", "source_location": "L2", "weight": 1.0}, {"source": "apply_plugin_fixes_ts", "target": "apply_plugin_fixes_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "apply-plugin-fixes.ts", "source_location": "L26", "weight": 1.0}], "raw_calls": [{"caller_nid": "apply_plugin_fixes_main", "callee": "log", "source_file": "apply-plugin-fixes.ts", "source_location": "L27"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "log", "source_file": "apply-plugin-fixes.ts", "source_location": "L28"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "parse", "source_file": "apply-plugin-fixes.ts", "source_location": "L31"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "readFileSync", "source_file": "apply-plugin-fixes.ts", "source_location": "L31"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "parse", "source_file": "apply-plugin-fixes.ts", "source_location": "L32"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "readFileSync", "source_file": "apply-plugin-fixes.ts", "source_location": "L32"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "map", "source_file": "apply-plugin-fixes.ts", "source_location": "L34"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "get", "source_file": "apply-plugin-fixes.ts", "source_location": "L40"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "log", "source_file": "apply-plugin-fixes.ts", "source_location": "L47"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "forEach", "source_file": "apply-plugin-fixes.ts", "source_location": "L53"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "log", "source_file": "apply-plugin-fixes.ts", "source_location": "L60"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "sort", "source_file": "apply-plugin-fixes.ts", "source_location": "L68"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "from", "source_file": "apply-plugin-fixes.ts", "source_location": "L68"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "values", "source_file": "apply-plugin-fixes.ts", "source_location": "L68"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "writeFileSync", "source_file": "apply-plugin-fixes.ts", "source_location": "L73"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "stringify", "source_file": "apply-plugin-fixes.ts", "source_location": "L73"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "log", "source_file": "apply-plugin-fixes.ts", "source_location": "L75"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "log", "source_file": "apply-plugin-fixes.ts", "source_location": "L76"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "log", "source_file": "apply-plugin-fixes.ts", "source_location": "L77"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "log", "source_file": "apply-plugin-fixes.ts", "source_location": "L78"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "log", "source_file": "apply-plugin-fixes.ts", "source_location": "L79"}, {"caller_nid": "apply_plugin_fixes_main", "callee": "log", "source_file": "apply-plugin-fixes.ts", "source_location": "L80"}]}
|