Orienting Codebases Interactive codebase orientation for the human, not the agent. Same tree-sitting + featuring pipeline as exploring-codebases, but synthesizes into guided HTML exercises via composing-html instead of analysis documents. See README.md for design rationale. Pipeline 0. Setup (once per session) 1. Get the repo For local repos, skip the curl — point directly at the path. 2. Structural scan 3. Feature gathering 4. Targeted source extraction For each exercise target identified from gather output, extract the actual source using treesit queries: This source feeds directly into the…