docs: fix drift in Platform Installers - #311
Draft
jack-arturo wants to merge 1 commit into
Draft
Conversation
- add the missing `copilot` installer row to the overview table - correct the Claude Desktop snippet to the one `setup` prints (server key `memory`, `-y` arg) - correct the Cursor MCP snippet to what the `cursor` installer prints (`-y` arg + env block) - claude-code installer writes only ~/.claude/hooks/; ~/.claude/scripts/ is retired-file cleanup only - pin the CLAUDE_DESKTOP_INSTRUCTIONS.md link to a commit permalink Verified against verygoodplugins/mcp-automem@92c2e33 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Tnorev9PMn8gL7uTyZzege
Deploying automem-website with
|
| Latest commit: |
948d250
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ac4ce64c.automem-website.pages.dev |
| Branch Preview URL: | https://docs-audit-cli-platform-inst-alwj.automem-website.pages.dev |
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.
Routine docs-accuracy audit. First review of this page — no prior review state existed for
cli/platform-installers.cursor,claude-code,codex,openclaw,hermescopilotis a first-class platform installer command (routed insrc/index.ts, advertised in--help), writing hooks/scripts/rules under~/.copilot/copilotrow with its generated files and MCP config locationautomemandargs: ["@verygoodplugins/mcp-automem"], under a tip sayingsetup"will print the exact JSON snippet"buildClaudeDesktopSnippet()— the functionsetupprints — emits keymemoryandargs: ["-y", "@verygoodplugins/mcp-automem"]envblock and no-y, immediately above a note stating "the generated examples and deeplink flow assume theenvblock is present"cursorinstaller prints keymemory,args: ["-y", "@verygoodplugins/mcp-automem"]and anenvblock withAUTOMEM_API_URLclaude-code command→~/.claude/hooks/ + ~/.claude/scripts/installHookScripts()writes only into<targetDir>/hooks/.~/.claude/scripts/appears solely inRETIRED_FILES, i.e. files the installer deletes from older installs~/.claude/hooks/templates/CLAUDE_DESKTOP_INSTRUCTIONS.mdlink was branch-pinned (/blob/main/)Verified against: verygoodplugins/mcp-automem@92c2e33
Checked and found accurate, left unchanged: the six
mcp__memory__*permissions merged byclaude-code; the Hermes three modes and the five-toolincludelist withdelete_memoryexcluded; the OpenClaw plugin/mcp/skill mode outputs includingplugins.entries.automemand<workspace>/config/mcporter.json; the Codex TOML snippet; theconfigcommand's Claude Desktop / Claude Code / Hermes output set.Questions
memoryfor consistency with the generated output and with the page's own "If your MCP server key is notmemory…" note. Cursor's detector accepts bothmemoryandautomem(src/cli/cursor.ts#L206,#L220), soautomemwas not wrong — flagging in case theautomemspelling was a deliberate house style for these examples.--modeflag without saying which mode is the default.parseArgsdefaults toplugin(src/cli/openclaw.ts#L1175). Left alone as a possible intentional simplification, since the page already labels plugin "(recommended)".Unverified
None — every code-anchored claim on this page resolved to current source.
Follow-ups
migrate,uninstall, andrecallare CLI commands with no coverage on this page or (as far as this audit checked) elsewhere incli/. Not platform installers, so out of scope for this page, but worth a docs decision.Generated by Claude Code