IWasCute

repo: ~/Projects/IWasCute · 6 commits · 0 in last 24h, 0 in last 7d ·

Search the build

6 commits indexed

  1. b4350f1 2026-05-30 harden .gitignore: add backup file patterns (*.bak-*, *.pre-*, *.orig, *.save, *.old, *~, copy-of-*)
  2. d56ab2a 2026-05-30 fix: respect PORT env var in server.js; add missing express dep; guard division-by-zero in TvN slider
  3. f0b70d3 2026-05-30 security: strip hardcoded dw_admin DSN password -> env-first/passwordless. No rotation/deploy.
  4. d340dfc 2026-05-20 add: pre-stage Meta Pixel snippet (placeholder; flip via _dw-batch set-fb-pixel.sh)
  5. 12b7f89 2026-05-13 snapshot: 2 file(s) changed, +1 new, ~1 modified
  6. 5f5efec 2026-05-06 initial scaffold (gitify-all 2026-05-06)

Authors

Agents used

  • none detected

Skills used

  • /index1
  • /passwordless1
  • /deploy1

Creative ideas + design notes

Commits with substantial prose (≥120 chars) — the rationale behind each move.

d56ab2a · 2026-05-30 · fix: respect PORT env var in server.js; add missing express dep; guard division-by-zero in TvN slider
- server.js: PORT was hardcoded 7350, ignoring process.env.PORT; now uses process.env.PORT||7350
- package.json: express was used in server.js but never declared as a dependency (MODULE_NOT_FOUND on fresh install)
- public/index.html: moveSlider() divided by pct which can be 0 when slider is at left edge, producing Infinity width on thenEl; guarded with pct>0 check

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

File tree

45 files tracked. Click any to browse the source at HEAD.

Other build journals

← Hub  ·  all 4 projects  ·  Ken →

Export

commits.csv · feed.atom · project.json · commits.json

rendered in 1ms