feat(enterprise): dashboard components and pipeline updates#117
Merged
feat(enterprise): dashboard components and pipeline updates#117
Conversation
Tool-mastery was a standalone dimension that is now covered by the broader context-efficiency and learning-behavior workers. Removes the dimension definition, schema entry, and associated tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Align type definitions with enterprise dashboard requirements and updated pipeline output format. Updates knowledge models, analysis types, user models, and report types. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Refine LLM prompts for all insight workers and type classifier. Remove dead wasSuccessful() method from data-extractor-worker. Update session-outcome and type-classifier workers for improved scoring accuracy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…mKPTPanel components New enterprise dashboard components: - AntiPatternDeepDive: drill-down view for team anti-pattern analysis - CommonGrowthAreas: shared growth opportunities across team members - TeamKPTPanel: Keep/Problem/Try retrospective panel for teams - Enterprise layout wrapper and access control utility Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tils Extract duplicated formatting logic (formatTokens, getTokenDelta, getDeltaIndicator, pluralizeMembers) into shared format-utils module. Remove nested ternary operators from GrowthLeaderboard. DRY up mock-data aggregation. Replace TeamStrengthsPanel with new KPT panel. Update dashboard sidebar and overview content for new component layout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update DimensionBreakdown and TopFocusAreas for revised dimension schema (tool-mastery removed). Simplify progress route with optional chaining. Update knowledge content and API client. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update CLI analysis animation messages and chat display rendering for consistency with updated pipeline output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…hanges Update desktop renderer types and components (DimensionBreakdown, TopFocusAreasSection) to align with updated report types and removed tool-mastery dimension. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update evaluation fixtures (expert/novice/proficient) for revised dimension schema. Sync integration tests, content-gateway tests, knowledge model tests, and report type tests. Update phase cache fixtures and test scripts. 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. 5-agent parallel review completed:
Generated with Claude Code If useful, react with a thumbs-up. Otherwise, thumbs-down. |
Clean up CSS variables and class selectors (--accent-tool-mastery, .section-tool-mastery) left behind after tool-mastery dimension removal. No runtime impact — purely dead code cleanup. 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
Changes (9 atomic commits)
refactor(pipeline): remove tool-mastery dimensionrefactor(types): update domain models, schemas, and type definitionsrefactor(pipeline): update worker prompts and classifier logicfeat(enterprise): add AntiPatternDeepDive, CommonGrowthAreas, and TeamKPTPanelrefactor(enterprise): simplify components and extract shared format-utilsrefactor(ui): update personal report components and API routesrefactor(cli): update analysis messages and chat displayrefactor(desktop): sync renderer types and componentstest: update fixtures, test assertions, and scriptsTest Plan
tsc --noEmit)Generated with Claude Code using /ship-it