docs: add marketplace highlight and example to README#513
Merged
danielmeppiel merged 1 commit intomainfrom Mar 31, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a Marketplace mention and a simple marketplace-based install example to the README to make marketplace workflows more discoverable from the project landing page.
Changes:
- Add a new "Marketplaces" bullet under "Highlights" with links to the Marketplaces guide and Security docs.
- Add a short two-command marketplace workflow example under "Get Started".
| - **[Transitive dependencies](https://microsoft.github.io/apm/guides/dependencies/)** — packages can depend on packages; APM resolves the full tree | ||
| - **[Content security](https://microsoft.github.io/apm/enterprise/security/)** — `apm audit` scans for hidden Unicode; `apm install` blocks compromised packages before agents read them | ||
| - **[Author plugins](https://microsoft.github.io/apm/guides/plugins/)** — build Copilot, Claude, and Cursor plugins with dependency management and security scanning, then export standard `plugin.json` | ||
| - **[Marketplaces](https://microsoft.github.io/apm/guides/marketplaces/)** — install plugins from curated registries in one command; deployed across all targets, locked, scanned, and [governed by `apm-policy.yaml`](https://microsoft.github.io/apm/enterprise/security/) |
There was a problem hiding this comment.
This bullet appears to reference the org policy file name as apm-policy.yaml, but the CLI policy discovery/parser logic uses apm-policy.yml (and fetches it from <org>/.github/apm-policy.yml). Also, "deployed across all targets" is misleading: by default installs deploy only to detected targets (fallback is just copilot), unless the user explicitly selects --target all / target: all.
Suggested change
| - **[Marketplaces](https://microsoft.github.io/apm/guides/marketplaces/)** — install plugins from curated registries in one command; deployed across all targets, locked, scanned, and [governed by `apm-policy.yaml`](https://microsoft.github.io/apm/enterprise/security/) | |
| - **[Marketplaces](https://microsoft.github.io/apm/guides/marketplaces/)** — install plugins from curated registries in one command; installed to detected targets by default (or all with `--target all`), locked, scanned, and [governed by `apm-policy.yml`](https://microsoft.github.io/apm/enterprise/security/) |
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.
Two surgical inline additions to README.md -- no new sections:
Highlights bullet: Marketplaces -- install plugins from curated registries in one command; deployed across all targets, locked, scanned, and governed by
apm-policy.yaml. Links to Marketplaces guide and Security docs.Get Started example: Two-command marketplace workflow right after the existing
apm installexample: