WhereReport
Category: Terminal
Source: where_report.dart
Renders the paths table for both glue --where (CLI flag) and the /paths slash command. Keeping it in one place ensures the two surfaces never drift — adding a new row updates both at once.
Output uses the shared brand.dart glyphs + .styled extension so it reads as a sibling surface to glue catalog path, glue mcp …, and glue doctor.
Functions
String buildWhereReport(Environment env, {PathExistenceCheck? existsCheck})
Builds the styled paths report. Ends with a trailing newline so callers can stdout.write it directly.