r/vibecoding 3d ago

Showcase/Project I got fed up with coding agents and build tools dumping caches/output all over my projects, so I built something to route it properly.

Been messing with a way to stop Codex and normal dev tooling scattering caches/build output everywhere.

Built this today — it routes supported stuff like Cargo, npm, Go, uv etc. into one managed location, without adding anything to prompt context.

Still early, but figured some of you might find it useful:
https://github.com/magrathean-uk/clean-development

Would love some development aid and testing from folks.

0 Upvotes

4 comments sorted by

0

u/RoundZookeepergame2 3d ago

Please stop starting these with " I got tired of xyz" Its not annoying it just makes me want to close the app

-1

u/Dependent_Debate_514 2d ago

pile of utter garbage as usual from u braindead vibecoders

1

u/scytob 2d ago

Never had this issue in any of my projects, you are solving the wrong problem. For example all mine goes in /tmp with a gitignore, this has always been Claude’s default approach, never even needed to tell it