Current review finding: workspace_reports.py, git_remote.py, ide.py, and related modules act as broad compatibility facades with many unused-import suppressions. Acceptance: the repo has a deliberate policy for these facades, active internal callers move to focused modules where practical, and remaining public facades are documented with narrow all exports.
Current review finding: workspace_reports.py, git_remote.py, ide.py, and related modules act as broad compatibility facades with many unused-import suppressions. Acceptance: the repo has a deliberate policy for these facades, active internal callers move to focused modules where practical, and remaining public facades are documented with narrow all exports.