Filename & Naming Convention Audit Instructions Perform systematic audit of all filenames and naming conventions in the codebase to identify inconsistencies, anti-patterns, and violations of naming standards. Phase 1: Discovery & Standard Extraction Step 1: Find All Files Use Glob to identify all files in the codebase: - Source files ( , , , , etc.) - Config files - Documentation files - Test files Create comprehensive todo list of all files to audit. Step 2: Extract Naming Standards Read all files in the repository: - Root if exists - Directory-specific files Extract naming conventions: - Fi…