docs: correct the installer module list - #113
Merged
Merged
Conversation
The list named grafanactl.js and logcli.js, which no longer exist, and omitted gcx.js, hcloud.js, ovhcloud.js and playwright.js. An agent reading it would look for modules that aren't there and miss four that are; it now matches lib/installers/ exactly.
There was a problem hiding this comment.
Code Review
This pull request updates the documentation in CLAUDE.md to reflect the current list of tools, removing grafanactl.js and logcli.js while adding gcx.js, hcloud.js, ovhcloud.js, and playwright.js. There are no review comments, and I have no feedback to provide.
smini-digital
marked this pull request as ready for review
August 13, 2026 09:05
fank
approved these changes
Aug 13, 2026
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.
What & Why
CLAUDE.mddocumentslib/installers/for agents reading the repo, and its module list had drifted: it namedgrafanactl.jsandlogcli.js, both removed when gcx replaced them, and omitted four modules that do exist. An agent trusting it would look for files that are not there and missgcx.jsentirely — the one that matters most, since it is what the Grafana tooling is now.Key Changes
CLAUDE.md— the "Current tools" line now matcheslib/installers/exactly:grafanactl.js,logcli.js(no longer exist)gcx.js,hcloud.js,ovhcloud.js,playwright.jsVerification
Checked programmatically rather than by eye — the listed set and the on-disk set are compared both ways against
origin/main:npm run lint→ exit 0.npm run check-format→ exit 0 ("All matched files use Prettier code style!").The two remaining
grafanactlmentions in the repo are deliberate and untouched —README.mdandlib/llm/index.jsboth say gcx replaces the old CLIs, which is exactly what a reader needs to know.Deployment Notes
Doc-only, and internal to this repo —
CLAUDE.mdis not part of the published doc set, so nothing reaches consumers'~/.claude/docs/.