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
fix(graph_quality_scorer): BUG #6 — score AST-derived SYMBOL nodes
Previously every node with type="symbol" (from ADR-0046's AST extractor)
fell through to _score_default and received a uniform 0.5 quality with
label "unscored node type". The new _score_symbol heuristic ranks
symbols by connectivity (central / connected / present / isolated),
visibility (public vs private by name convention), symbol-type anchor
bonus (class / struct / trait), and signature presence.
Mirror change applied to agentic-ai's graph-quality-scorer.ts in the
same shape so the TS-side consumer and Python-side server stay 1:1.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments