How do you track what CLine does at scale? (Visualizing how coding agents are modifying a codebase)
Hi everyone, I am new to cline. I have been switiching tools around, CC/Codex/Amp/Kiro-CLI/OpenCode.
And along my way, I noticed that it is hard to track what the heck is my agent doing with the codebase. It feels like I cannot keep up either way so I give up and cave in to the blindness.
My friends and I were working on an onboarding tool and later on realized that it can be used to track the blast radius of agent changes. We believe for such thing to be useful it has to be super accurate (otherwise it is just slop over slop) and so made it based on static analysis and CFGs.
It is opensource as well: https://github.com/CodeBoarding/CodeBoarding
I would love to hear what you guys are thinking of it and how would it fit into your cline workflow, do you use something else to manage the overwhelming amount and size of changes introduced by agents?