A developer includes prior review findings in context when re-running reviews after new commits. How should a developer modularize a large CLAUDE.md file?
- A.Keep all instructions in a single monolithic file for simplicity and centralization
- B.Duplicate the entire file into every subdirectory for local access
- C.Use @import syntax to reference external standards files and split into topic-specific rule files
- D.Remove all configuration and rely on default Claude behavior instead
Correct answer: C
@import and topic-specific rule files keep CLAUDE.md modular and maintainable.