- Create BusinessReport.tsx with 6 sections:
1. Executive Summary (health score, rating, momentum)
2. Risk Scorecard (indicators with colors/trends)
3. Critical Issues (evidence, solutions, timelines)
4. Strengths to Protect (quotes, leverage actions)
5. Action Matrix (effort/impact quadrants)
6. 90-Day Tracking (KPI targets table)
- Update types.ts with new interfaces:
- SynthesisV2 for new report format
- LegacySynthesis for backwards compatibility
- Type guard isSynthesisV2() for runtime detection
- Update ReportTab to auto-detect synthesis version
- Update AnalystReport, ReviewIQDashboard, StoryView
for backwards compatibility with union type
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>