3 Commits

  • docs: fix bottom overflow in hero PNG, tighten stats labels (#1535)
    The merged hero was being clipped at the bottom by the Puppeteer capture
    because the HTML body used flex-centering with 24px padding, shifting the
    stage below the viewport top.
    
    - Captures now flush to (0,0) via a min-width 1300px media-query wrapper
      so the in-browser preview keeps its padding but the capture viewport
      does not.
    - Shortens bottom-row labels so the stats row no longer overlaps the foot
      line at 1200px:
      Catalog, Harnesses, Rust plane, MIT  /  npm: ecc-universal · AgentShield
    
    No other content changes.
    
    Co-authored-by: livlign <livlign@users.noreply.github.com>
  • docs: remove stars/forks stats from hero, shrink file size
    Re-renders hero.png without the baked-in stars (163k) and forks (25k) numbers
    that were drifting from the README's own dynamic badges. Bottom stats now show
    repo-derived catalog counts that don't rot: 310 total items (183 skills + 48
    agents + 79 commands), 7 harnesses, ECC 2.0α, MIT.
    
    Also shrinks the file from 534 KB to ~131 KB via tighter pngquant settings.
    
    Addresses review comments from cubic and greptile (stat drift) and CodeRabbit
    (file size).