context-labs / autodoc

Experimental toolkit for auto-generating codebase documentation using LLMs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

folder summary.json url seems to include the `.autodoc/docs/json` in the path

andrewhong5297 opened this issue · comments

commented

Should be an easy issue to solve later, but for some reason when FolderSummary is saved it is carrying this path. It just needs to be substring or regex'ed out when the folder is processed.

Easy beginner issue