Skip to content

Commit 7714724

Browse files
Add Repowise
1 parent 3b96b69 commit 7714724

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

data/tools/repowise.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Repowise
2+
categories:
3+
- linter
4+
tags:
5+
- python
6+
- typescript
7+
- javascript
8+
- java
9+
- kotlin
10+
- go
11+
- rust
12+
- cpp
13+
- csharp
14+
- scala
15+
- ruby
16+
- c
17+
- swift
18+
- php
19+
- dart
20+
- sql
21+
- security
22+
- git
23+
- ci
24+
license: AGPL-3.0
25+
types:
26+
- cli
27+
- service
28+
- ide-plugin
29+
source: 'https://github.com/repowise-dev/repowise'
30+
homepage: 'https://www.repowise.dev'
31+
resources:
32+
- title: Code health documentation
33+
url: https://github.com/repowise-dev/repowise/blob/main/docs/CODE_HEALTH.md
34+
description: >-
35+
Deterministic, zero-LLM code-health analysis. Scores every file 1-10 for
36+
defect risk, maintainability, and performance from 25 markers: McCabe
37+
complexity, LCOM4 cohesion, god classes, Rabin-Karp clone detection, change
38+
entropy, and untested hotspots. Adds a dependency graph, dead-code detection,
39+
git-history signals (churn, ownership, co-change), and concrete graph-aware
40+
refactoring plans. Ships as a CLI, an MCP server, and a VS Code extension
41+
across 15 languages.

0 commit comments

Comments
 (0)