VI
Total Points
611
All time
Total Activities
388
All time
Activity Types
8
Different types
Activity Overview
315 contributions in the last year
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Mon
Wed
Fri
Less
More
Achievements
7 badges earnedPoints Milestone
Awarded for reaching points milestones
2 / 3 tiers earned
bronze
100+ points
silver
500+ points
gold
1,000+ points
Consistency Champion
Awarded for maintaining activity streaks
2 / 3 tiers earned
bronze
7 day streak
silver
14 day streak
gold
30 day streak
Activity Milestone
Awarded for reaching activity count milestones
3 / 4 tiers earned
bronze
10+ activities
silver
50+ activities
gold
100+ activities
platinum
500+ activities
Activity Breakdown
310 total activities · 611 total points
Commit Created
223 (71.9%)·446 pts
Issue Opened
29 (9.4%)·58 pts
PR Merged
10 (3.2%)·50 pts
Issue Assigned
29 (9.4%)·29 pts
PR Reviewed
9 (2.9%)·18 pts
PR Opened
10 (3.2%)·10 pts
310
Total Activities
611
Total Points
6
Activity Types
2.0
Avg Points/Activity
Activity Timeline
13 of 388 activities· 1 of 26 months
June 202613 activities
Commit Created+2
chore: add design-system export entrypoint, type config, and indicator dark mode fixes
- Add src/ds-index.ts as a barrel export for all UI components (design-sync entrypoint)
- Add tsconfig.dts.json for emitting declaration files to dist/types/
- Set package.json "types" field to dist/types/ds-index.d.ts
- Add playwright dev dependency (used by design-sync preview verification)
- Add design-sync artifacts to .gitignore
- Fix indicator.tsx dark mode colors: use -600 shades instead of -400 for better contrast on dark backgrounds
Co-Authored-By: Claude Sonnet 4.6
Commit Created+2
chore: add design-sync config, previews, and notes for all 76 components
Establishes the .design-sync/ directory with authored preview cards for
every component in the careui design system, synced to the Claude Design
project (b84d52e0-6b65-4b18-beed-3f4c4b141c68). Includes patching notes
for portal components, Recharts headless rendering, and Tailwind v4 quirks.
Co-Authored-By: Claude Sonnet 4.6
Commit Created+2
chore: add improve skill
Vendor the shadcn/improve codebase-audit skill into .agents/skills and record it in skills-lock.json, consistent with the other tracked skills.
Commit Created+2
fix(tv-display): reword comment so Tailwind doesn't parse it as a utility
The comment contained a literal `[&_[data-slot=...]]:w-fit` string, which
Tailwind v4 scanned as a utility candidate and emitted invalid CSS
(Invalid value in attribute selector: Delim('.')).
Commit Created+2
ci: add workflow enforcing lint, format, typecheck, registry, build
Commit Created+2
style: format codebase with prettier and regenerate registry
- Run prettier --write across src/**
- Regenerate public/registry/care-ui/** so embedded component
source matches the reformatted files
Commit Created+2
chore: add registry drift check and fix lint config
- Add scripts/check-registry.ts and registry:check script to verify
committed registry JSON matches component source
- Add contrast-provider and error-pages to the react-refresh
only-export-components override so eslint . passes
- Document registry:check workflow in CONTRIBUTING
Commit Created+2
feat: add error pages section and scale-to-fit TV block
- Add Error Pages section with examples overview and six single-file
pages (404, session expired, load failed, unsupported browser,
invalid reset link, crash)
- Render Blocks and Error Pages inside the docs shell via the sidebar
- Scale the TV queue board to fit the viewport in full-page preview
Commit Created+2
feat(tv-display): tune layout, larger token, more examples
- Bump current-token font size for signage readability
- Doctor column absorbs remaining row space; token tracks now auto
- Show only next 2 upcoming tokens in marquee
- Default preview renders 3 rows
- New 'Two doctors' example with long OP IDs
- Compact density example trimmed to SAMPLE_QUEUE (4 rows)
- Pharmacy layout: room/counter box uses w-fit