I mean, you could do it, my concern is projects you have total control of that have files that are much larger than your model can hold in context windows, vs if you break up a legacy codebase so more files have more structure, it could work better, the other alternative is to make "map" files like ts has, or like headers in C where its just full of definitions of methods and really short descriptions, basically map out your entire codebase in easier to digest files to let the model find what functions its looking for. I usually have Claude give itself a summary of whats where in the codebase in the instructions.md file so it knows where to go instead of grepping around wasting more tokens.