Analyze codebase and generate a comprehensive project-map.md overview
[--force]# Generate Project Map Command You are generating a comprehensive `.claude/project-map.md` file for this codebase. ## Your Task Analyze the entire codebase and create a clear, concise project map that a new developer can read in a few minutes to understand the system. ## Workflow 1. **Scan the codebase structure** - List all top-level directories - Identify the main technology stack - Find configuration files (package.json, pyproject.toml, docker-compose.yml, etc.) 2. **Identify the tech stack** - Backend framework and language - Frontend framework (if any) - Databas...