Write Accessible Alt Text Generate accessible alt text for data visualizations and images in this project. ARGUMENTS - label: (optional) specific figure label or chunk to target - file: (optional) specific file to process Detect project type Before proceeding, identify the project context and read the relevant reference. Check for a file in the project root to detect a pkgdown site: - pkgdown site ( present) → read - Quarto documents (no , files present) → read If the context is still ambiguous, ask the user which format they are working in. Key advantage: source code access Unlike typical al…