From 6fa67a51d3845ac4cbbf6639cbc5cf39a187628d Mon Sep 17 00:00:00 2001 From: Jasmin D <60732612+smini-digital@users.noreply.github.com> Date: Thu, 13 Aug 2026 10:57:54 +0200 Subject: [PATCH] docs: correct the installer module list 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. --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 8db05a8..6842109 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -50,7 +50,7 @@ Each tool has its own module following the same pattern: - `install*()` - installation via `go install` or package manager - `configure*()` - interactive setup flow (install prompt, config, status display) -Current tools: `sqlcmd.js`, `gh.js`, `atl.js`, `n8n.js`, `grafanactl.js`, `logcli.js`, `m365.js`, `esq.js`, `discord.js` +Current tools: `sqlcmd.js`, `gh.js`, `atl.js`, `n8n.js`, `gcx.js`, `m365.js`, `esq.js`, `discord.js`, `hcloud.js`, `ovhcloud.js`, `playwright.js` ### LLM Configuration (`lib/llm/index.js`) - `CLI_DOCS` - per-tool documentation map (each entry has `filename`, `name`, `purpose`, `content`)