swactor/tools
Claude d370a41cf1 feat: add fn_complexity.py and loc_analysis.py analysis tools
fn_complexity: per-function line count, nesting depth, and unsafe detection.
loc_analysis: per-file breakdown of logic vs comment vs blank vs string lines.
Both support --json, --top N, directory recursion.

Key finding: tick_once is 196 lines (5x runner-up), core is 1,615 logic lines.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 14:48:35 +00:00
..
depgraph feat: gossip simulation (#21) 2026-02-08 16:18:39 +00:00
spectral feat: gossip simulation (#21) 2026-02-08 16:18:39 +00:00
analyze.sh feat: gossip simulation (#21) 2026-02-08 16:18:39 +00:00
fn_complexity.py feat: add fn_complexity.py and loc_analysis.py analysis tools 2026-02-13 14:48:35 +00:00
loc_analysis.py feat: add fn_complexity.py and loc_analysis.py analysis tools 2026-02-13 14:48:35 +00:00
package-lock.json feat: runtime dashboard and docs (#23) 2026-02-09 09:04:57 +00:00
package.json refactor: repack external bindings into their own crates (#19) 2026-02-07 17:39:02 +00:00