2 Commits

Author SHA1 Message Date
martbost a95633c6ca Day page: a past date with no activity is not found, and never written to disk
Probing any old date returned an empty page with a 200 and left a junk file
behind for it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-23 05:46:00 -05:00
martbost 4c6fb7bed2 A page per day: the whole contract, midnight to midnight
The daily snapshot outgrew Telegram. Past 1,000 members the post hit the
4,096-character limit and was rejected outright two mornings running, and
capping the lists to fit meant choosing what to throw away. Manson caught what
that cost: the level-up list was ordered by time, so the cap hid two Culmen and
thirteen Fabrica behind two dozen routine Ascensus upgrades.

/day/<date> now carries every climb, every payment with its Polygonscan link,
every new position and every recruiter, with no cap on any of it. Company-wide,
no team filter, keyed to the Central calendar day so a link posted on Monday
still shows Monday next year. Today is computed live; a finished day is written
to disk once, because the chain index only keeps a few hundred payouts and an
older day could never be rebuilt from it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-23 05:41:31 -05:00