As far as I understood, it creates an AST from the whole project and stores it in a sqlite db. Not just the active files. Tries to be a bridge between file system operations of llm models and the disk.
tho, I don't think this will help on context-wise persistence. This is basically a AST wrapper around io operations on disk.
I keep finding myself to minimize the words to describe the same thing as well, since we are finding ourselves doing "that" operation more and more over time.
maybe shortening the term to "auto-code" would help tho.
tho, I don't think this will help on context-wise persistence. This is basically a AST wrapper around io operations on disk.