5 Commits (2a2c607e7068abc85eb791d1a43b0b0b24255c9b)

Author SHA1 Message Date
Elijah Voigt 2a2c607e70 chore(bit-by-bit): enable frontend-design plugin
Adds .claude/settings.json opting bit-by-bit into the frontend-design
plugin for future UI/design work on the pixel-art tracker.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
6 days ago
Elijah Voigt cf5e7460c7 fix(bit-by-bit): make pixel reveal 1:1 with streak-weighted units
Drop the pixelsPerCheck calibration constant that scaled units to a
fixed "perfect month" pace regardless of image size. 1 unit now equals
1 pixel directly (Nth check of the day reveals N pixels, multiplied by
that day's streak length), so bigger images genuinely take longer and
the numbers in the UI match what's actually happening. Also removes
the now-obsolete "~N days to finish" upload estimate and corrects the
About copy, which previously implied the streak multiplier applied
directly to pixel counts.
6 days ago
Elijah Voigt 90d05a7687 attribution 1 week ago
Elijah Voigt 1259e28865 feat(bit-by-bit): streak-multiplier rewards, Data tab with wipe, footer, onboarding upload [vibed-nf6g]
- Reward is now streak-multiplied: units per day = streakOnDay(d) × triangular(checks);
  recalibrate pixelsPerCheck (÷ triangular(30)) and the upload finish-day estimate.
- Rename the "Backup" settings tab to "Data" and add a double-confirm "Wipe all data" action.
- Add a page footer disclosing authorship (Claude Code — Sonnet 5, Opus 4.8 & Fable 5).
- About page now explains exactly how pixels are earned (per-check escalation + streak multiplier).
- Allow uploading an image during first-run onboarding, not just presets.
- Update DESIGN.md, ARCHITECTURE.md, README.md to match.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 week ago
Elijah Voigt 757d6ad6f5 feat(bit-by-bit): pixel-art habit tracker with live favicon [vibed-nz22]
Add Paint by Habits, a local-only single-file HTML habit tracker that
reveals a pixel-art image as daily habits are checked off.

The browser-tab icon is a 64x64 miniature of the current artwork —
revealed pixels solid, unrevealed ones a two-tone checker — drawn into
an offscreen canvas and set as a data-URL PNG, so the tab fills in with
the art and the page still makes zero network requests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 week ago