Regenerate llms-full references#4738
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
Greptile SummaryThis PR refreshes the generated Node renderer documentation. The main changes are:
Confidence Score: 5/5This looks mergeable after correcting the Node.js 18 startup description.
llms-full.txt Important Files Changed
Reviews (1): Last reviewed commit: "Regenerate llms-full references" | Re-trigger Greptile |
| cd renderer-app | ||
| ``` | ||
| 2. Make sure you have **Node.js 18+** and a JavaScript package manager such as **npm**, **pnpm**, **Yarn**, or **bun**. | ||
| 2. Make sure you have **Node.js 20+** and a JavaScript package manager such as **npm**, **pnpm**, **Yarn**, or **bun**. The default setup bundles Fastify 5, which requires Node.js 20+ — on Node.js 18 the renderer exits at startup unless you pin Fastify 4 via your package manager's dependency-override mechanism (npm [`overrides`](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#overrides), Yarn/Bun [`resolutions`](https://yarnpkg.com/configuration/manifest#resolutions), or pnpm [`pnpm.overrides`](https://pnpm.io/package_json#pnpmoverrides)). (The package's `engines.node` floor is `>=18.19.0`, which applies only to that Fastify 4 path.) |
There was a problem hiding this comment.
The renderer’s Node.js 18 and Fastify 5 version check only emits a warning; it does not exit or throw. If Fastify still initializes on a given Node.js 18 release, this reference incorrectly states that the renderer always exits and can lead users to apply an unnecessary dependency override.
Context Used: CLAUDE.md (source)
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
github-actions
Bot
force-pushed
the
docs/update-llms-full
branch
from
July 18, 2026 05:11
0c409d6 to
c582347
Compare
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.
Regenerates the machine-readable docs reference files from the current docs source.
Source-doc changes may land before this generated-reference PR is merged; merge this PR to refresh the hosted llms-full endpoints.
Validation performed by this workflow:
bash script/generate-llms-full-test.bashnode script/generate-llms-full.mjsExpected generated PR checks:
ci-required / required-pr-gateValidate llms-full.txt / check-llms-full