context-labs / autodoc

Experimental toolkit for auto-generating codebase documentation using LLMs
MIT License
1.93k stars 113 forks source link

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

Open andrewhong5297 opened 1 year ago

andrewhong5297 commented 1 year ago

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