docs(hermes): fix skill activation instructions - #204
Open
Lukyyyyy wants to merge 1 commit into
Open
Conversation
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
Fix the Hermes installation documentation to accurately describe how the
i-have-adhdskill is activated.The current documentation instructs users to type
/i-have-adhdand states that the skill is exposed as a slash command. However, Hermes does not expose installed skills as per-skill slash commands.This change:
/i-have-adhdactivation instructionBefore this change, Hermes users could follow the documented
/i-have-adhdinstruction and find that it does not work. After this change, the documentation reflects the actual skill activation behavior.Fixes #118.
Authorship and provenance — select exactly one
Agent/tool and model/version: ChatGPT, GPT-5.6 Sol
Agent contribution: Helped analyze issue #118, identify the affected documentation, propose the documentation changes, and review the PR structure and wording.
Human verification: I reviewed issue #118, manually reviewed the English and Chinese Hermes installation documentation, reviewed the complete diff, and ran
git diff --check.Known limitations or uncertain results: None known.
Labels
Target label: Target:Docs
Author label: Author:Hybrid
Workflow labels: bug
Safety and side effects
Side effects, permissions, network access, and cost:
None. This is a documentation-only change and introduces no runtime behavior, permissions, network access, or additional cost.
Compatibility
Migration or rollback notes:
No migration is required. This change only corrects the documented Hermes activation instructions. It can be rolled back by reverting the documentation changes.
Verification
git diff --check— passed with no whitespace errorsINSTALL.md— Hermes activation instructions correctly describe natural-language activation.github/install/INSTALL.zh-CN.md— Chinese Hermes instructions are synchronized with the English documentationBehavior evals: Not applicable. This PR only changes installation documentation and does not modify skill behavior.
Final accountability