Skip to content

v3.2.3

Choose a tag to compare

@github-actions github-actions released this 15 Jul 04:01
· 66 commits to main since this release
e87206f

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 first FUNCS_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
    AnalysisResult output, not the guidance.json feed (which carries advisories
    • trap verdicts, not per-point invariants).