hermes - ✅(Solved) Fix docs(cli): add `skills reset` subcommand to CLI reference [2 pull requests, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#11543Fetched 2026-04-18 06:00:21
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
cross-referenced ×2referenced ×1

Fix Action

Fixed

PR fix notes

PR #11544: docs(cli): add skills reset subcommand to CLI reference

Description (problem / solution / changelog)

Summary

PR #11468 added hermes skills reset <name> (with --restore and --yes flags) and updated website/docs/user-guide/features/skills.md, but the CLI reference at website/docs/reference/cli-commands.md was not updated.

This adds:

  • reset row to the hermes skills subcommands table with a description covering both non-destructive (manifest clear) and --restore (full re-copy) modes
  • Two usage examples (reset and reset --restore --yes)

Closes #11543

Changed files

  • website/docs/reference/cli-commands.md (modified, +3/-0)

PR #11576: docs(cli): add 'skills reset' subcommand to CLI reference

Description (problem / solution / changelog)

Summary

PR #11468 added (and variant) to fix a sharp edge in the bundled-skills sync system, but the CLI reference at was not updated.

This PR adds the entry to the skills subcommand table and adds usage examples.

Issue: #11543

Changed files

  • website/docs/reference/cli-commands.md (modified, +4/-1)
RAW_BUFFERClick to expand / collapse

PR #11468 added hermes skills reset <name> (and its --restore variant) but the CLI reference at website/docs/reference/cli-commands.md was not updated.

The skills subcommand table and examples section are missing the new reset entry.

extent analysis

TL;DR

Update the CLI reference documentation at website/docs/reference/cli-commands.md to include the new hermes skills reset <name> command and its --restore variant.

Guidance

  • Review the existing documentation at website/docs/reference/cli-commands.md to understand the current structure and formatting of the CLI command references.
  • Add a new entry to the skills subcommand table for the reset command, including its syntax and a brief description of its purpose.
  • Update the examples section to include an example usage of the hermes skills reset <name> command, demonstrating its functionality.
  • Verify that the updated documentation accurately reflects the functionality and usage of the new command.

Example

No code snippet is necessary for this issue, as it pertains to documentation updates rather than code changes.

Notes

This fix assumes that the hermes skills reset <name> command has been properly implemented and tested, and that the only remaining task is to update the documentation to reflect its existence and usage.

Recommendation

Apply workaround: Update the documentation to reflect the new command, as this is a straightforward fix that can be implemented immediately without relying on external factors.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - ✅(Solved) Fix docs(cli): add `skills reset` subcommand to CLI reference [2 pull requests, 1 participants]