> It still struggles when there isn't good documentation
@Codebuff team, does it make sense to provide a documentation.md with exposition on the systems?
@Codebuff team, does it make sense to provide a documentation.md with exposition on the systems?
Codebuff natively reads any files ending in "knowledge.md", so you can add any extra info you want it to know to these files.
For example, to make sure Codebuff creates new endpoints properly, I wrote a short guide with an example on the three files you need to update, and put it in backend/api/knowledge.md. After that, Codebuff always create new endpoints correctly!