[docs] Update documentation for features from 2026-04-07 (v0.8.11)#620
Draft
danielmeppiel wants to merge 1 commit intomainfrom
Draft
[docs] Update documentation for features from 2026-04-07 (v0.8.11)#620danielmeppiel wants to merge 1 commit intomainfrom
danielmeppiel wants to merge 1 commit intomainfrom
Conversation
- marketplaces.md: add GITHUB_HOST note for GHE users registering marketplaces with bare owner/repo references (#589) - compilation.md: clarify that compilation.exclude filters primitive discovery (not just output), preventing excluded files from leaking into compiled context (#477) - compilation.md: add warning note about missing applyTo frontmatter across all compilation modes (#449) - skills.md: document native skill name collision warning when two packages deploy a skill with the same name (#545) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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 merged as part of the v0.8.11 release.
Features Documented
GITHUB_HOSTsupport inapm marketplace addfor GitHub Enterprise users (from fix: respect GITHUB_HOST in marketplace add command #589)compilation.excludenow filters primitive discovery, not just compiled output (from Fix: compilation.exclude does not filter primitive discovery #477)apm compilewarning when instruction files are missingapplyTofrontmatter (from fix: warn when instruction is missing required fields duringapm compile#449)Changes Made
docs/src/content/docs/guides/marketplaces.md— added a GitHub Enterprise Server note in the "Register a marketplace" section explaining thatapm marketplace addrespectsGITHUB_HOSTfor bareowner/reporeferences, matching behavior withapm installdocs/src/content/docs/guides/compilation.md— clarified thatcompilation.excludefilters primitive discovery before scanning (not just final output), and added a callout warning about the missingapplyTofrontmatter behaviordocs/src/content/docs/guides/skills.md— added a "Native Skill Name Collision" troubleshooting entry explaining the warning emitted when two installed packages deploy a native skill with the same nameMerged PRs Referenced
apm marketplace addnow respectsGITHUB_HOSTfor GitHub Enterprise userscompilation.excludepatterns now filter primitive discoveryapm compile#449 —apm compilewarns when instructions are missingapplyToacross all compilation modesNotes
The following v0.8.11 changes were intentionally not documented as they are internal implementation improvements with no user-visible API or behavior change: