docs: document profile no-skills flag - #36629
Conversation
d1d8e31 to
d2ce29d
Compare
|
Rebased this on current The branch now keeps this PR focused on adding Validation: git diff --check upstream/main...HEAD
git grep -n -- '--no-skills\|no-bundled-skills\|opt-out' HEAD -- skills/autonomous-ai-agents/hermes-agent/SKILL.md website/docs/reference/profile-commands.md website/docs/user-guide/skills/bundled/autonomous-ai-agents/autonomous-ai-agents-hermes-agent.md website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/profile-commands.md website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide/skills/bundled/autonomous-ai-agents/autonomous-ai-agents-hermes-agent.mdAlso pushed via SSH after the HTTPS token hit GitHub's workflow-scope guard from unrelated workflow history. |
|
Thanks for filling the remaining bundled-skill reference gap. The change is correct and appropriately scoped.
Automated hermes-sweeper review. |
Summary
--no-skillsto the bundled Hermes Agent skill command reference.no-skillsto the actual.no-bundled-skillsFixes #26446
Test Plan
! git grep -n "\\.no-skills" -- '*.md'git grep -n "profile create NAME Create (--clone, --clone-all, --clone-from)" -- '*.md'returns no stale exact referencesgit diff --check