docs(cli): remove phantom slash commands - #62933
Closed
jbbottoms wants to merge 1 commit into
Closed
Conversation
Collaborator
Duplicate of #50608 — the earliest-open PR making the same edits to the same file ( |
Contributor
Author
|
Closing as a duplicate of #50608. Thanks for catching the existing implementation during triage. |
This was referenced Jul 30, 2026
Bug: skill install crashes with ValueError when SKILLS_DIR or install path contains a symlink
#53403
Open
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.
What does this PR do?
The bundled
hermes-agentskill documented/skill <name>even though Hermes registers installed skills directly as/<skill-name>. It also listed/qas a quit alias even though the command registry assigns/qto/queue.This removes the phantom
/skillcommand from the command table, corrects the quit aliases, and updates the troubleshooting section to use the real/<skill-name>syntax.Related Issue
Fixes #50605
Type of Change
Changes Made
/skill <name>from the bundled slash-command table./quit (/exit, /q)to/quit (/exit)./skill nameexample with/<skill-name>.How to Test
skills/autonomous-ai-agents/hermes-agent/SKILL.md./skillsbut does not advertise/skill <name>./quitand/exit./<skill-name>orhermes -s name.Relevant contract tests:
/qqueue alias test passed: 1 passed./quitand/exitbehavior tests passed: 6 passed.tests/agent/test_skill_commands.pyproduced 48 passed, 2 skipped, and 4 unrelated fixture/cache failures in supporting-file and inline-shell tests.git diff --checkpassed.Checklist
Code
fix(scope):,feat(scope):, etc.)pytest tests/ -qand all tests passThe full Python suite was not run because this changes only bundled Markdown documentation. Existing command and skill-resolution tests were used to verify the documented behavior.
Documentation & Housekeeping
docs/, docstrings), or N/Acli-config.yaml.exampleif I added/changed config keys, or N/ACONTRIBUTING.mdorAGENTS.mdif I changed architecture or workflows, or N/AScreenshots / Logs
Not applicable. This corrects bundled command documentation only.