Назад към всички

web

// Interactive web UI for coupling analysis.

$ git log --oneline --stat
stars:67
forks:13
updated:March 1, 2026
SKILL.mdreadonly

Web Visualization Skill

Interactive web UI for coupling analysis.

Quick Start

# Start web server
cargo run -- coupling --web ./src

# Custom port
cargo run -- coupling --web --port 8080 ./src

# Don't auto-open browser
cargo run -- coupling --web --no-open ./src

Keyboard Shortcuts

KeyAction
/Focus search
fFit to screen
rReset layout
eExport PNG
EscClear selection
?Show help

Panel Features

Hotspots

Top refactoring targets ranked by issue severity.

Key Modules

  • Connections: Sort by dependency count
  • Issues: Sort by problem count
  • Health: Sort by health score

Analysis

  • Show Dependents: Modules depending on selected
  • Show Dependencies: Modules selected depends on
  • Full Impact: Complete blast radius

Filters

  • Strength: Intrusive/Functional/Model/Contract
  • Distance: Same/Different module
  • Volatility: High/Medium/Low
  • Balance Score: Range filter
  • Show Issues Only / Show Cycles Only

Graph Interaction

  • Click node: Highlight neighbors, center view
  • Click edge: Show dependency direction
  • Click background: Clear selection