About
build-pages is a live build journal for every project in Steve Abrams' workshop.
Every project here is a real git repo. The pages you're reading are rendered live from git log
on each refresh — no static export step, no CI build job. New commits appear within seconds of
landing locally.
What you'll find
- Every commit — full subject, body, author, date, files touched, diff
- Search — across one project (
/p/<slug>?q=…) or the whole fleet (/?q=…) - Design rationale — long commit bodies (≥120 chars) are surfaced as "ideas"
- Sub-agents + skills used — auto-extracted from commit messages
- Authors + velocity — daily commit shape, who pushed what, rolling 24h / 7d counts
- Exports — every project ships .csv, .atom, JSON detail at /api
Pattern
git is the source of truth. The site reads a per-repo bundle keyed on HEAD SHA — when HEAD moves, the cache invalidates and the next request rebuilds it. Cold render ~80ms, warm hit ~17ms.