Generate a comprehensive but concise project context by analyzing the codebase.
Steps
- Read package.json / pyproject.toml / Cargo.toml → identify stack, dependencies, scripts
- Scan top-level structure →
Glob("*")thenGlob("src/*")or equivalent - Find entry points → main files, index files, app setup files
- Identify framework → Express, Next.js, FastAPI, Django, etc.
- Check for existing CLAUDE.md → read current instructions
- Read recent git history →
[Description truncada. Veja o README completo no GitHub.]