docs: consolidate Community sections in README#2736
Merged
mnriem merged 2 commits intoMay 28, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Consolidates multiple community-related sections in the root README into a single “🌍 Community” section to reduce repetition and simplify the Table of Contents.
Changes:
- Replaces four separate Community subsections in the README with one consolidated “🌍 Community” section.
- Updates the Table of Contents to a single Community entry.
- Centralizes the disclaimer and includes both extension/preset publishing guide links.
Show a summary per file
| File | Description |
|---|---|
| README.md | Consolidates Community content into one section and updates the ToC accordingly. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
Replace four separate Community sections (Extensions, Presets, Walkthroughs, Friends) with a single consolidated section containing a bullet list, one shared disclaimer, and both publishing guide links.
…tion - Update README.md and extensions/README.md to point community extension links to the docs site instead of removed section anchor - Add post_process_skill_content() call in Hermes setup() so hook command notes are injected into generated skills - Add Hermes test override for test_hook_sections_explain_dotted_command_conversion with Path.home() monkeypatch
f7af4f4 to
64cba8a
Compare
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.
Replace four separate Community sections (Extensions, Presets, Walkthroughs, Friends) with a single consolidated
🌍 Communitysection containing:This reduces ~25 lines of repetitive content and four ToC entries down to one concise section.
Additional fixes
#-community-extensionsanchor links in README.md and extensions/README.md to point to the docs sitepost_process_skill_content()call in Hermessetup()so hook command notes are injected into generated skillstest_hook_sections_explain_dotted_command_conversionwithPath.home()monkeypatch