CCA Prep Q45 / 60 Claude Code Configuration & Workflows
2:00:00
Code Generation with Claude Code

Your team has standardized on Claude Code for a large API project, and you've written a root CLAUDE.md with rules like "always use async/await for I/O operations" and "prefer descriptive variable names." Three weeks in, developers report that Claude follows the async/await rule inconsistently — roughly 30% of generated functions still use callback patterns. Running /memory confirms the CLAUDE.md is loaded every session. What is the most likely root cause and the most effective fix?