mirror of
https://github.com/Graphify-Labs/graphify.git
synced 2026-09-14 19:34:09 +08:00
2d783e569a
- hooks.py: drop --path-format=absolute (added git 2.31), validate no newlines in path, anchor relative paths on repo root (#907) - detect.py: seed save_manifest from existing manifest before loop so incremental callers don't erase untouched file entries (#917) - cluster.py: drop round(..., 2) from cohesion_score so split threshold 0.05 fires correctly; add resolution param to _partition and cluster; add exclude_hubs_percentile to cluster with majority-vote reattachment (#919) - report.py: format cohesion with :.2f for display - __main__.py: wire --resolution and --exclude-hubs into extract and cluster-only commands (#919) - C++ inheritance already written to disk by analysis agent (#915) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>