-
Notifications
You must be signed in to change notification settings - Fork 162
[Repo Assist] Add llms.txt/llms-full.txt generation #980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dsyme
merged 21 commits into
main
from
repo-assist/feature-llmstxt-951-9e151877ea004bb1
Feb 27, 2026
+413
−8
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
a31baea
Add --generatellmstxt flag for llms.txt/llms-full.txt generation
github-actions[bot] 468ac35
Rename --generatellmstxt flag to --llms
github-actions[bot] a8c94e0
Add tests for --llms flag (LlmsTxt.buildContent)
github-actions[bot] 761d83b
Replace --llms CLI flag with FsDocsGenerateLlmsTxt MSBuild property (…
github-actions[bot] bf4c2de
Merge branch 'main' into repo-assist/feature-llmstxt-951-9e151877ea00…
dsyme 4049204
Update test comment to reflect FsDocsGenerateLlmsTxt MSBuild property…
github-actions[bot] 3e2b51e
Update AGENTS.md with pointer to test locally.
nojaf 4d3abb8
Improve llms.txt and llms-full.txt output quality
github-actions[bot] 348d8ca
Fix llms-full.txt: normalise multi-line titles and collapse excessive…
github-actions[bot] 4e66249
Merge branch 'main' into repo-assist/feature-llmstxt-951-9e151877ea00…
dsyme 034c586
Merge branch 'main' into repo-assist/feature-llmstxt-951-9e151877ea00…
dsyme 882ef16
Link llms.txt to .md files; generate markdown by default when FsDocsG…
github-actions[bot] 1cc32b4
ci: trigger CI checks
github-actions[bot] ac0fc52
Merge branch 'main' into repo-assist/feature-llmstxt-951-9e151877ea00…
nojaf c8d602b
Fix FsDocsGenerateLlmsTxt to generate markdown alongside HTML, not in…
github-actions[bot] c6e2c24
ci: trigger CI checks
github-actions[bot] 007de7a
Merge branch 'main' into repo-assist/feature-llmstxt-951-9e151877ea00…
dsyme 2cd7946
Fix RELEASE_NOTES.md: consolidate llms.txt entries and remove duplicates
github-actions[bot] 3201729
ci: trigger CI checks
github-actions[bot] 33e1021
Always generate markdown when FsDocsGenerateLlmsTxt is enabled
nojaf 9ff4703
Merge branch 'main' into repo-assist/feature-llmstxt-951-9e151877ea00…
nojaf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dsyme this works for me.
If it works for you we can merge this.