Conversation
Phase 1.1 DeterministicScorer computes rubric-based scores from Phase1Output metrics. Phase 1.2 DeterministicTypeMapper derives primaryType, controlLevel, and distribution from those scores. Both run deterministically (zero LLM calls) between data extraction and insight workers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ghts Add deterministicScores and deterministicTypeResult to orchestrator context types. Update worker insight models with new fields for score overrides. Extend verbose evaluation schema for enriched output format. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…orkers Workers now read context.deterministicScores after LLM call and override overallXxxScore with rubric-computed values. TypeClassifier applies deterministicTypeResult for primaryType/distribution/controlLevel. Updated worker prompts for improved calibration guidance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Orchestrator now runs DeterministicScorer (Phase 1.1) and DeterministicTypeMapper (Phase 1.2) between data extraction and workers. applyDeterministicScores() applied as safety net after worker aggregation. Updated ContentGateway and evaluation assembler for enriched output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tics New enterprise dashboard featuring team overview grid, member table with invite/edit dialogs, skill gap analysis, type distribution chart, and stat cards. Backed by useEnterprise hook with mock data for development. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Survey API endpoint stores responses in Supabase. SurveyBottomSheet component slides up after report viewing with useSurveyTrigger hook controlling timing. Includes database migration for survey_responses table. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Rework WorkerInsightsSection with inline professional insights in GrowthCard. Remove unused GrowthAreasSection, ProfessionalInsightSidebar, DimensionSection, and StickyUnlockBar. Update PremiumValueSummary and ReportTableOfContents styling. Add enterprise navigation to DashboardSidebar. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add dynamic OpenGraph image generation. Introduce useActiveTimer hook for session timing. Update analysis result and progress API routes for enriched pipeline output. Remove unused useLatestAnalysis hook. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New ASCII radar chart for terminal score visualization. Replace progress spinner with streaming chat display showing real-time analysis messages. Update animation system and uploader for enriched pipeline callbacks. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove DimensionInsightsTerminal (replaced by web report). Update usePersonalAnalytics, AnalyzePage, and ResultsPage for enriched evaluation data. Update Lambda handler and test scripts for deterministic scoring. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Document Phase 1.1/1.2 stages, deterministic score override pattern, worker log message changes, and rubric calibration notes. Update architecture, testing, deployment, and troubleshooting guides. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Code ReviewFound 1 issue (filtered from 9 candidates, threshold: score ≥ 80):
Also reviewed (no blocking issues):
Generated with Claude Code If useful, react with a thumbs-up. Otherwise, thumbs-down. |
Match the validation pattern used in other API routes to throw early when NEXT_PUBLIC_SUPABASE_URL or SUPABASE_SERVICE_ROLE_KEY is missing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
Changes
feat(pipeline): add deterministic scoring and type mapping stagesfeat(models): extend schemas for deterministic scores and worker insightsfeat(workers): integrate deterministic score overrides into insight workersfeat(pipeline): wire deterministic stages into orchestrator pipelinefeat(enterprise): add team dashboard with member management and analyticsfeat(survey): add post-analysis survey with bottom sheet UIrefactor(ui): redesign report insights layout and remove dead componentsfeat(app): add opengraph image, active timer hook, and API route updatesfeat(cli): add radar chart renderer and streaming chat displayrefactor(desktop): update renderer for new pipeline output formatdocs: update agent docs for deterministic scoring pipelineTest Plan
npx tsc --noEmit)npm test)Generated with Claude Code using /ship-it