Exploring Codebases Exploratory code analysis for unfamiliar repositories. Orchestrates tree-sitting (structural) and featuring (semantic) over a local copy. Workflow Five numbered steps, in order. Do not skip step 0. 0. Setup (once per session) If step 2's later reports , the language pack isn't loaded — come back here and install. Treesit fails silently on missing deps; it does not raise a useful error. 1. Get the repo (tarball, not per-file) One HTTP call gets the whole repo. Do NOT curl README, cat files, or fetch via first — they're in the tarball. The Authorization header is only needed…