Files
q-blog/docs/PHASE1_NEXT_STEPS.md
2025-08-21 16:40:49 -04:00

17 lines
659 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Phase 1 — Next Steps (Small, Mergeable PRs)
1. **MUI v4 → v5 import fix**
- Run: `bash scripts/dev/phase1/fix-mui-imports.sh --dry` then `--apply`.
- Commit only the touched files + `reports/phase1-*/notes.txt` (optional).
2. **Remove TS suppressions**
- Run: `bash scripts/dev/phase1/fail-on-suppressions.sh` (or `--allow=1` while fixing one file per PR).
- Convert ignored sections to proper types or refactor.
3. **A11y: `<img>` alt text**
- Run: `bash scripts/dev/phase1/list-imgs-missing-alt.sh` and fix each instance (`alt` or `alt=""` if decorative).
Keep each PR focused (15 files), branch from `update`, and let CI run.