You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reforge is a local codebase analyzer for maintainers and coding agents. It surfaces refactoring opportunities such as duplicated implementations, oversized responsibilities, dependency tangles, and naming drift.
18
+
Reforge is a local CLI that shows maintainers where a codebase is becoming
19
+
harder to change. It finds duplicated implementations, oversized
20
+
responsibilities, dependency tangles, and architecture drift across the whole
21
+
repository—including patterns introduced gradually by coding agents.
19
22
20
-
Every finding includes the source locations and measurements that produced it. Reports also say what could not be analyzed, so an empty result is never presented as stronger evidence than it is.
23
+
It does not assign an opaque health score or ask you to trust a generated
24
+
summary. Every finding includes the source locations, measurements, and rule
25
+
that produced it. Every report also records what Reforge could and could not
26
+
analyze.
27
+
28
+
<palign="center">
29
+
<ahref="https://lylemi.github.io/Reforge/playground/"><strong>Try the bilingual Playground / 在线体验 →</strong></a>
0 commit comments