💻 Protecting Python Code from AI-Driven Degradation
The riskratchet tool has been introduced, designed to prevent the decline of codebase quality when using AI agents. It analyzes test coverage, complexity, and other metrics, allowing commits to be blocked if the risk exceeds the norm.
🌍 Solves the problem of code complexity caused by AI agents.
👤 Allows the use of Cursor and other assistants while maintaining architectural control.
Source 1: https://github.com/KayhanB21/riskratchet
