FSharp.Formatting icon indicating copy to clipboard operation
FSharp.Formatting copied to clipboard

Support for llms.txt

Open NatElkins opened this issue 11 months ago • 1 comments

As LLMs become more important to coding workflows, llms.txt is emerging as a loose standard for putting all doc context in one place. See https://llmstxt.org/ , https://llmstxt.site/ , and https://directory.llmstxt.cloud/ .

I think it could be interesting to support a flag for llms.txt and llms-full.txt. Would make it much easier to add documentation context for F# projects.

NatElkins avatar Dec 31 '24 22:12 NatElkins

What do you concretely suggest here? Concat everything into that llms.txt file? Nothing that users can't do themselves today I guess...

nojaf avatar Jan 02 '25 07:01 nojaf

I'm having a change of heart on this; I now see the value of having it out of the box. PRs are welcome!

nojaf avatar Apr 23 '25 12:04 nojaf