v3.2.3
Fix: the v3.2.2 program-points cap was per-function only, so scry-on-scry's
~800 functions still produced a ~10 MB self-analysis.html (800 × 20 rows).
Fixed — scry-viz
- Program points now render a cheap one-row summary for every function, and a
detailed per-point table only for the firstFUNCS_WITH_DETAIL_CAP(12)
functions — so the page stays well under 1 MB regardless of function count. - The page-size test now synthesizes points across many functions (500 × 30),
not just many points in one function, so this regression is caught. - Corrected an inaccurate cap note: the capped per-point rows are scry's library
AnalysisResultoutput, not theguidance.jsonfeed (which carries advisories- trap verdicts, not per-point invariants).