5 ms·
Using the same approach for dev documentation storage: https://ctxlayer.dev/ https://ctxlayer.dev/ Has been working for me for a couple of months already. So f
by anatoliikmt 5mo ago
Using the same approach for dev documentation storage: https://ctxlayer.dev/ https://ctxlayer.dev/
Has been working for me for a couple of months already. So far human curation of context is the way to go.
- wenhan_zhou 5mo agoHow does the agent intelligently synthesize information across different files?
- anatoliikmt 5mo agoI found progressive discovery works very well. I have an INDEX.md file in every folder with a table describing what files are in that folder and what they do.
- wenhan_zhou 5mo agoAh, so you are effectively offloading the file exploration mechanism to the INDEX.md in the sub-directories rather than writing a complex prompt?
- anatoliikmt 5mo agoYes, exactly. I made the Context Layer into a skill where I describe the structure. So when I say, "reindex", the agent knows to check and update the index files. Also it knows if it modifies any file, it needs to also update the index. Works really well!