What problem does it solve?
Explain code by building understanding progressively — from entry points through data flow to key decisions. It produces a narrative walkthrough with ASCII flow diagrams, not just a file listing. Adapts depth to scope: a function gets a focused explanation, a system gets a layered overview.
Core Features & Use Cases
- Read the codebase and trace real code paths, anchoring every claim to file:line references.
- Build progressive explanations from big picture to details, with ASCII diagrams.
- Adapt depth to the audience and scope (function, module, or system).
- Offer guided walkthroughs for end-to-end flows and critical data paths.
Quick Start
Ask me to explain a specific function or module, and I will read the code, reference file:line, and walk you through the flow with ASCII diagrams.