docs: README discovery improvements — opening hook, stars badge, path fix#41
Merged
Merged
Conversation
…fix, set-env clarity - Rewrite opening line from dry "Capture prompts and events..." to a problem-first hook that answers "why would I want this?" - Add GitHub stars badge alongside existing CI/License/Go badges - Fix ~/.claude/commands/ → ~/.claude/skills/ (wrong path was on line 21 in the "No Account" quick-start section; rest of README was already correct) - Clarify config env switching: show `config env use` as primary command, `config set-env` as the shorthand alias — previously both were shown ambiguously as alternatives
Contributor
Author
Conversation Transcripts
|
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
Four targeted README fixes identified during a discovery audit. No functional changes — docs only.
Changes
![GitHub Stars]badge alongside the existing CI/License/Go badges~/.claude/commands/— corrected to~/.claude/skills/. The rest of the README already had the right path.config set-envandconfig env useas ambiguous alternatives. Rewritten to showconfig env useas the primary command andconfig set-envas the shorthand alias.Testing
README-only changes. Verified diff looks correct.
Notes
The
~/.claude/skills/fix was also applied toplatform/(DocsPage.jsx and llms.txt) in a separate PR on that repo.Closes #42