Repo Architecture Analysis & Module Maturity Classification Scan Python repositories to discover packages, count classes/functions, classify maturity levels, and generate markdown/JSON reports. When to Use - User asks "what packages does this repo have?" - User wants to know which modules lack tests - User asks for a module maturity or readiness matrix - User wants an architecture overview with diagrams - Before prioritizing test coverage work Three Scripts (workspace-hub) 1. — Basic package discovery, counting, Mermaid structure diagrams 2. — Enhanced scanner with LOC, public API surface, im…