#2282·open-swe

Organize prompt templates into a dedicated area

Author: RealAmbitionForThisCreated Aug 27, 2026Updated Sep 14, 2026

All prompt construction in this codebase lives inline in application logic, its a mess, its a headache, its impossible to read and keep track, its in multiple files, its unmanaged, and a lot of the code it violets the SRP. This is obv very annoying, and I know this platform is completely vibecoded nonetheless should be managed properly for longevity and atleast keep some standard of cleanliness in the code.

BEST PART IS Y'ALL DON'T NEED TO DO IT ILL DO IT

I just cannot take the amount of slop this code has, I love the platform there's a lot of potential, if I had more time I'd spend more time normalizing and standardizing things, but the slop is killing me and the amount of performance bugs, observability bugs and so many just small things like when reading a file in a folder with spaces it doesn't automatically replace spaces with %20 so the agent loops 5 times is seriously annoying trying to work with this.