- Updated WizardContext with new state management:
- Added categorizedProducts and productsWithStock state
- Added categorizationCompleted and stockEntryCompleted flags
- Implemented updateCategorizedProducts() and updateProductsWithStock() methods
- Updated getVisibleSteps() to include new steps in AI-assisted path
- Integrated ProductCategorizationStep and InitialStockEntryStep into UnifiedOnboardingWizard:
- Added conditional rendering based on AI analysis completion
- Wired up state management for both steps
- Added intermediate update handlers
- Integrated Tour system at app level:
- Added TourProvider to App.tsx context hierarchy
- Added Tour component for rendering active tours
- Added TourButton to Sidebar navigation
- Tour button visible when sidebar is expanded
This completes the Phase 6.5 integration and sets up the guided tour infrastructure.