Sorry if this is not the correct place to post this. I do not use Github often and was not sure if there was a forum or discussion area for repos. When using the github with our AI frontend (which uses Claude) I find many times information gets missed. My AI also tells me that just pointing to the llms.txt leads to a huge pull of information as it tries to work its way to the index.md for each publication and then to find what I need either within the index, or within each .md file within the publication. Is there a better way to index the information, such as a tags line on each .md file? Or better yet, an index for the most common terms, functions or processes? I am currently testing something like this. I downloaded the whole repo as a zip and then extracted all files. I had my AI create a PowerShell script to parse every .md file in the it-operations-management folder and pull the headers. And from that make a best guess at what in the header would be a key term or process. And from that build a tag-based/keyword index. Having the documentation in a format for AI ingestion is great but I am not sure if I am not using it correctly or if it still needs some tweaking.
Sorry if this is not the correct place to post this. I do not use Github often and was not sure if there was a forum or discussion area for repos. When using the github with our AI frontend (which uses Claude) I find many times information gets missed. My AI also tells me that just pointing to the llms.txt leads to a huge pull of information as it tries to work its way to the index.md for each publication and then to find what I need either within the index, or within each .md file within the publication. Is there a better way to index the information, such as a tags line on each .md file? Or better yet, an index for the most common terms, functions or processes? I am currently testing something like this. I downloaded the whole repo as a zip and then extracted all files. I had my AI create a PowerShell script to parse every .md file in the it-operations-management folder and pull the headers. And from that make a best guess at what in the header would be a key term or process. And from that build a tag-based/keyword index. Having the documentation in a format for AI ingestion is great but I am not sure if I am not using it correctly or if it still needs some tweaking.