DEV Community

Cover image for Stop letting AI agents blindly refactor your code. It’s a recipe for architectural debt.
Misha Kravcov
Misha Kravcov

Posted on

Stop letting AI agents blindly refactor your code. It’s a recipe for architectural debt.


I just released CodePulse v4.0 "Architectural Intelligence" — a massive leap in how we understand and evolve complex codebases. 🧠🚀

Most AI agents (Cursor, Cline, Windsurf) guess your architecture by reading files. I built CodePulse to give them a brain instead. With new MCP Proactive Discovery, the agent receives a full "Project Health Check" before it even starts.

Key breakthroughs in v4.0:

1️⃣ Temporal Coupling Detector: Surfacing "invisible" dependencies between files that change together but have no direct imports.
2️⃣ PR Risk Scorer: Evaluate PR danger on a 0-100 scale based on centrality, complexity, and historical churn.
3️⃣ Git Time Machine: Visualize your dependency graph at any point in history to watch your modularization progress.
4️⃣ Runtime Profiler Correlation: Map .cpuprofile data onto your AST to find high-complexity performance bottlenecks.
5️⃣ Proactive Discovery: Automatic rule generation for 20+ agents to ensure they respect architectural boundaries.

100% offline. No telemetry. Your code stays on your machine.

Don't just read code. Understand its pulse.

📦 NPM: https://www.npmjs.com/package/@archpulse/codepulse?activeTab=readme
⭐ GitHub: https://github.com/archpulse/codepulse-cli

Top comments (0)