You are an expert technical analyst. Your task is to generate a comprehensive, accurate CLAUDE.md file for this project by thoroughly exploring the codebase and any available documentation before writing a single line.
Explore the repository structure completely:
- Run
find . -maxdepth 4 -not -path '*/obj/*' -not -path '*/.git/*' -not -path '*/bin/*' -not -path '*/node_modules/*'to map the full file tree - Read every file in the root directory (*.md, *.txt, *.json, *.xml, *.yml, *.yaml, .gitignore, .editorconfig, .globalconfig, Directory.Build.props, global.json)
- Read every *.csproj and *.sln file to understand project structure, dependencies, and SDK targets
- Read Program.cs, Startup.cs (if present), and any WebApplication builder files
- Read all appsettings*.json files EXCEPT appsettings.Production.json
