Skip to content

docs: add marketplace highlight and example to README#513

Merged
danielmeppiel merged 1 commit intomainfrom
docs/readme-marketplace
Mar 31, 2026
Merged

docs: add marketplace highlight and example to README#513
danielmeppiel merged 1 commit intomainfrom
docs/readme-marketplace

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

Two surgical inline additions to README.md -- no new sections:

  1. 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.

  2. Get Started example: Two-command marketplace workflow right after the existing apm install example:

    apm marketplace add github/awesome-copilot
    apm install azure-cloud-development@awesome-copilot

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 31, 2026 14:10
@danielmeppiel danielmeppiel merged commit 1b64a1a into main Mar 31, 2026
12 checks passed
@danielmeppiel danielmeppiel deleted the docs/readme-marketplace branch March 31, 2026 14:11
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/)
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/)

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants