1 pointby huali18 hours ago1 comment
  • huali8 hours ago
    I just shipped variable community detection using Label Propagation to identify which variables and methods naturally belong together. Instead of guessing refactoring boundaries, the tool now visualizes tightly-coupled groups that should be extracted as Composables/Hooks.

    Works with Vue 3 and React. Install via VS Code extension, playground, or MCP server. Includes refactoring skills to guide the actual extraction process.

    Dependency graphs + community analysis = clearer path to clean architecture.