From 77147242f109c7ced633cb231d9c633edd592a41 Mon Sep 17 00:00:00 2001 From: RaghavChamadiya Date: Sun, 12 Jul 2026 15:27:01 +0530 Subject: [PATCH] Add Repowise --- data/tools/repowise.yml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 data/tools/repowise.yml diff --git a/data/tools/repowise.yml b/data/tools/repowise.yml new file mode 100644 index 000000000..450788466 --- /dev/null +++ b/data/tools/repowise.yml @@ -0,0 +1,41 @@ +name: Repowise +categories: + - linter +tags: + - python + - typescript + - javascript + - java + - kotlin + - go + - rust + - cpp + - csharp + - scala + - ruby + - c + - swift + - php + - dart + - sql + - security + - git + - ci +license: AGPL-3.0 +types: + - cli + - service + - ide-plugin +source: 'https://github.com/repowise-dev/repowise' +homepage: 'https://www.repowise.dev' +resources: + - title: Code health documentation + url: https://github.com/repowise-dev/repowise/blob/main/docs/CODE_HEALTH.md +description: >- + Deterministic, zero-LLM code-health analysis. Scores every file 1-10 for + defect risk, maintainability, and performance from 25 markers: McCabe + complexity, LCOM4 cohesion, god classes, Rabin-Karp clone detection, change + entropy, and untested hotspots. Adds a dependency graph, dead-code detection, + git-history signals (churn, ownership, co-change), and concrete graph-aware + refactoring plans. Ships as a CLI, an MCP server, and a VS Code extension + across 15 languages.