A CLI tool that extracts code structure and enables AI-powered interactive visualizations.
# Parse a codebase
npx codescope parse ./src -o graph.json
# Then ask an AI agent to visualize it
"Visualize graph.json, focus on AuthService"🚧 In development - Phase 1