[docs] Update documentation for features from 2026-04-07#601
Draft
danielmeppiel wants to merge 1 commit intomainfrom
Draft
[docs] Update documentation for features from 2026-04-07#601danielmeppiel wants to merge 1 commit intomainfrom
danielmeppiel wants to merge 1 commit intomainfrom
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.
Documentation Updates - 2026-04-07
This PR updates the documentation based on user-facing features and improvements merged in v0.8.11 (released 2026-04-06).
Features Documented
apm marketplace addnow respectsGITHUB_HOSTfor GitHub Enterprise users (from fix: respect GITHUB_HOST in marketplace add command #589)apm compilewarns when.instructions.mdfiles are missingapplyTofrontmatter (from fix: warn when instruction is missing required fields duringapm compile#449)Changes Made
docs/src/content/docs/guides/marketplaces.md-- added GitHub Enterprise callout under "Register a marketplace" notingGITHUB_HOSTsupportdocs/src/content/docs/guides/compilation.md-- added tip about theapplyTomissing-field warning in the "How It Works" sectiondocs/src/content/docs/guides/skills.md-- added "Duplicate Skill Name Warning" troubleshooting entry explaining the conflict warning and resolution stepsMerged PRs Referenced
apm marketplace addrespectsGITHUB_HOSTenvironment variable for GitHub Enterprise usersapm compile#449 -apm compilewarns when instructions are missingapplyToacross all compilation modesNotes
Other v0.8.11 fixes (subprocess encoding on Windows #591, PowerShell 5.1 compatibility #593, scope resolution #562, auto_create=False #576, symlink rejection #596) are internal bug fixes that do not require user-facing documentation updates.