Commits with substantial prose (≥120 chars) — the rationale behind each move.
698091f · 2026-06-19 · Add home-history module with LA County parcel + LADBS permit lookup
- lib/home-history.js: CommonJS module exporting getHomeHistory(address)
pulls Tier A data from LA County GIS ArcGIS REST (free, no auth) and
LADBS Socrata permit datasets; JSON cache at data/home-history.json;
resilient (never throws, returns honest unavailable stub on no data)
- data/home-history.json: pre-seeded for 13 BubbesBlock lead addresses;
2 with real assessor data (18406 Bessemer St + 18700 Ventura Blvd),
11 honest unavailable stubs (fictionally-numbered addresses not in the
LA County public parcel roll)
- scripts/seed-home-history.js: one-shot cache warmer
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1adfcbd · 2026-05-11 · security: untrack .env (still present on disk, just not in git)
.env was committed before .gitignore exclusion was in place. File remains
on disk and functional; this stops future commits and prevents the next
git push (if any remote is ever added) from leaking secrets.
No remote currently configured, so no public exposure occurred.
File tree
29 files tracked. Click any to browse the source at HEAD.