Conversation
…orkerDomainScores Replace enterprise-specific DimensionScores with pipeline-native WorkerDomainScores for personal analytics tracking. Personal HistoryEntry now defined locally to avoid type conflicts with enterprise module. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace DimensionScores-based scoring with workerInsights.*.domainScore extraction. Overall score now computed as simple average of 5 worker domains. Requires at least 3 valid domain scores per result for data quality. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace hardcoded DIMENSION_METADATA and emoji maps with shared WORKER_DOMAIN_CONFIGS, ensuring personal dashboard dimensions stay in sync with pipeline worker definitions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace Avg Context Fill stat with Avg Token Burn using actual weekly trend data
- Expand token delta labels (w → week/week, m → month/month) for clarity
- Generalize TrendLineChart to accept any {date, overallScore} data point
- Add member-seeded noise to mock token trends for visual variety
- Adjust AntiPatternDeepDive info column layout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Self-contained static preview of the Manager Dashboard for the landing page. Includes stat cards, leaderboard table, and CTA to enterprise waitlist. Bundle-isolated — no imports from enterprise/ components. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Introduce string-width dependency and visualWidth/visualPadEnd helpers to handle full-width CJK characters in terminal bubble layouts. Apply to chippy speech bubble word-wrapping and line padding. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Pipeline diagram: box/flat modes showing Scan→Phase1→Phase2→Phase3→Done with live sub-progress (e.g. 3/8 workers) and animated state transitions - Message-level insights: first user message, longest prompt/response stats, average message length, coding streak days, random session quotes - Visual width fixes in chat bubble rendering for CJK characters Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
Code ReviewNo issues found. All 5 review dimensions passed:
Generated with Claude Code using /ship-it If useful, react with a thumbs-up. Otherwise, thumbs-down. |
…focus Update all user-facing copy, OG metadata, Twitter/Instagram share text, and hashtags to center on anti-patterns and "Stop Making AI Slop" positioning. Replaces soft "discover your style" framing with direct "see your anti-patterns". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New animated TextRotator cycles between "you" and "your team" (B2C/B2B dual targeting). Hero headline becomes "See how [you/your team] make AI slop." with slide-in/out animation. Sizer element prevents layout shift. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
DimensionScoreswith pipeline-nativeWorkerDomainScoresfor personal analytics, aligning the progress tracking API and frontend with actual worker outputTrendLineChartfor cross-module reusestring-widthintegration withvisualWidth/visualPadEndhelpers for correct terminal alignment with CJK charactersTextRotatorcomponent for animated B2C/B2B dual targeting ("you" / "your team")Test plan
npm run typecheckpassesnpm run buildsucceeds--helpshows updated anti-patterns messagingWorkerDomainScoresshape🤖 Generated with Claude Code