# Audit Workflow

When fixing issues identified by the audit task (`src/gulp/tasks/audit.js`):

1. Review the audit file location provided
2. Create a TODO list for each audit category
3. Read the ENTIRE audit file and plan fixes for each category
4. Tackle issues incrementally — DO NOT attempt to fix everything at once
5. Work through one category at a time

**Remember:** Audit files are large. Systematic, incremental fixes prevent errors and ensure thoroughness.
