Code Buster is a repository-wide analysis tool that reports dependency wiring, dead code, cycles, duplication, complexity, architecture-policy violations, feature flags, security and style heuristics, quality scores, and remediation plans. Running a single command from the repository root delivers a summary of dependencies, duplication, hotspots, and possible drift. The tool helps coding agents and maintainers reuse existing components and keep the codebase structured as it grows. It complements language-specific linters by examining the entire repository rather than isolated files.
