• v1.7.1 b153a49bbb

    fix: count the grid in the post header, and qualify the Instagram claim

    ergosteur released this 2026-08-16 20:00:11 -04:00 | 10 commits to main since this release

    The header rendered allPosts.length, which is pre-dedupe — 0ct0ber19
    showed "303 posts" over a 300-tile grid. Instagram's counter equals its
    grid, so count the grid.

    Also correct CLAUDE.md. v1.7.0 claimed the grid holds everything "as on
    Instagram"; Instagram actually includes a reel in the grid only when the
    creator shared it to feed, per post. Measured live: official_artms has
    21 reels in its first 34 grid tiles, 0ct0ber19 has 1 in 214. Archives
    carry no such flag, so showing everything approximates the behaviour
    rather than reproducing it.

    Records the DOM trap that caused the wrong reading in the first place:
    grid reels link to /reel//, not //p//.

    Co-Authored-By: Claude Opus 5 noreply@anthropic.com

    Downloads