docs: publish Sourcey-generated llms index - #395
Open
epistemedeus wants to merge 1 commit into
Open
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Publishes an agent-readable
llms.txtat the site root and keeps it reproducible from OpenScan's existing Markdown documentation. The checked-in index is generated with Sourcey 3.6.5 from seven real project guides pinned at commit8ccaa3283333eb4616efe3255398a77ca6d6ef93.Related Issue
Fixes #388
Type of Change
Changes Made
public/llms.txt, which Vite publishes at/llms.txtin production and PR previews.npm run docs:llmsfor deterministic regeneration with Sourcey 3.6.5.Screenshots (if applicable)
Not applicable; this adds a machine-readable text endpoint.
Checklist
npm run format:fixandnpm run lint:fixnpm run typecheckwith no errorsnpm run test:runAdditional Notes
npm run test:run: 105 tests passed.npm run build: passed, anddist/llms.txtis byte-identical topublic/llms.txt(sha256:60d6a28bc1ba91068190eea7bbd41fab66770c7ececcb305b86ee58532a592c6).npm run checkcurrently reports eight pre-existing Biome errors in unrelatedsrc/files; the current Biome include rules do not process the added generator/config/text paths.npm run typecheckcannot currently start because the repository does not expose atscbinary after dependency installation. This change adds no application TypeScript.