docs: clarify three install paths for Claude Code users#18
Merged
Conversation
Rewrites the Installation section with explicit three-path guidance matching the setup options the elnora-cli supports: - Path 1: CLI + Plugin (recommended) — curl | bash installer handles everything, API key in profile, no OAuth prompt needed - Path 2: Plugin only (no CLI — enterprise) — install marketplace via /plugin, OAuth on first MCP use - Path 3: Advanced API key MCP — claude mcp add with X-API-Key header, for CI or users who want to skip OAuth entirely Also notes that multi-platform (Cursor, Codex, VS Code Copilot) skill distribution is deferred to a later phase; those platforms currently use MCP only via the existing config snippets. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Path 2: "Plugin only — OAuth in browser" instead of "enterprise users who can't install CLIs". Some users prefer MCP + OAuth by choice, not by constraint. New framing presents it as a preference, not a fallback. - Other platforms section: remove "planned but not yet implemented" language and the duplicate empty heading. Cursor/Codex/VS Code/Gemini MCP config below works today — no need to frame it as incomplete. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Rewrites the Installation section with three clear install paths for Claude Code, and tidies the other-platforms section to show MCP-only configuration directly.
Test plan