Files
BeyondCXAnalytics-Demo/frontend
Claude 76a93e0dd0 fix: add redFlagConfigs prop to remaining components in AgenticReadinessTab
Added redFlagConfigs prop to components that were missing it:
- HumanOnlyRedFlagsSection: Added redFlagConfigs prop
- PriorityCandidatesSection: Added redFlagConfigs prop and passed to ExpandableSkillRow

These components are not currently used in the main component but need
the prop in case they are enabled in the future.

https://claude.ai/code/session_01GNbnkFoESkRcnPr3bLCYDg
2026-02-07 18:27:18 +00:00
..
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1BsN7Hj59Uxudfk5jNrmH_E1S6uDd8caP

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev