I've just implemented Patrol: a self-improvement loop that slices the repo and looks for issues to fix. I got the idea from https://clawpatch.ai/ by @steipete, and with some tweaks I've fully integrated it into the Hive.
Users praise the Patrol self-improvement loop because it builds an auto-fix cycle that detects real repo problems and improves code quality.
Most Activity

As with any new feature I dogfood it for some time before release. Yesterday I changed triggers so instead of waiting for some repo activity it just launches in the loop. Now I have 40 PRs from it.

Hive is my agentic orchestartor, that runs multiple SOTA coding agents to implement features from idea to PR. Now it can improve your projects without any input from you. https://github.com/ivankuznetsov/hive

@ikuznetsov_com @steipete This is cool 🙌 I build DeepClean to clean repos and make that auto fix loop find actual problems and make the code better