Currently there's no way to point the LLM to a specific docs directory so it has to figure it out from the root branch.
This would be fine if the docs are there but if using GitHub's wiki, they live in another directory altogether and the LLM will not find them.
This is fine:
my-repo
|- anyotherdirorfiles
|- docs
This is the issue:
my-repo
|- anyotherdir
my-docs
|- docfiles
Currently there's no way to point the LLM to a specific docs directory so it has to figure it out from the root branch.
This would be fine if the docs are there but if using GitHub's wiki, they live in another directory altogether and the LLM will not find them.
This is fine:
my-repo
|- anyotherdirorfiles
|- docs
This is the issue:
my-repo
|- anyotherdir
my-docs
|- docfiles