docs: clarify install-from-source versioning and Claude Code requirement#254
Open
idrojone wants to merge 2 commits into
Open
docs: clarify install-from-source versioning and Claude Code requirement#254idrojone wants to merge 2 commits into
idrojone wants to merge 2 commits into
Conversation
3 tasks
Alan-TheGentleman
requested changes
May 4, 2026
Collaborator
Alan-TheGentleman
left a comment
There was a problem hiding this comment.
This has the right approved issue link, so the process is close. I am not going to merge it until the PR has type:docs, is rebased onto main, and all required checks pass. Update those pieces and I will re-review.
- Updated README.md and INSTALLATION.md to explain go build vs go install versioning. - Added minimum Claude Code CLI version (>= 2.1.70) to AGENT-SETUP.md. Closes Gentleman-Programming#67
a5ee396 to
5e5bad9
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Windows, Linux, and other install methods → [docs/INSTALLATION.md](docs/INSTALLATION.md) | ||
|
|
||
| > [!TIP] | ||
| > Installing from source via `go build`? Use `-ldflags` to set the version string, or it will show as `"dev"`. See [Installation Guide](docs/INSTALLATION.md#install-from-source-macos--linux). |
|
|
||
| That's it. The plugin registers the MCP server, hooks, and Memory Protocol skill automatically. | ||
| > [!IMPORTANT] | ||
| > **Minimum Claude Code version:** Marketplace installation requires Claude Code CLI **>= 2.1.70**. |
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.
Two documentation gaps addressed:
Closes #67