ArchGuard: Detect Architecture Drift Before It Becomes Technical Debt
ArchGuard is a new open-source Python tool designed to detect and prevent architectural degradation in codebases. It uses static analysis to identify common issues like circular dependencies and god classes, comparing code health between branches and tracking changes over time. The tool integrates with CI/CD pipelines via GitHub Actions or git hooks, offering a production-ready solution for maintaining code quality without relying on AI models. AI
IMPACT Provides a deterministic static analysis tool for code quality, reducing reliance on AI for architectural insights.