[docs] Update documentation for features from 2026-04-29#1037
[docs] Update documentation for features from 2026-04-29#1037danielmeppiel wants to merge 1 commit intomainfrom
Conversation
- Document 3-tier alias precedence for apm marketplace add (manifest.name > repo name), including Claude Code parity example - Add CHANGELOG [Unreleased] Fixed entry for #1032 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Documentation update to reflect the recently-merged change to apm marketplace add alias resolution so that it honors the name field from the fetched marketplace.json, improving parity with Claude Code marketplace instructions.
Changes:
- Documented default marketplace alias resolution behavior (manifest
name-> repo name fallback) in the marketplaces guide. - Added a corresponding
[Unreleased]Fixedentry to the changelog for #1032.
Show a summary per file
| File | Description |
|---|---|
| docs/src/content/docs/guides/marketplaces.md | Adds a new subsection describing default alias resolution and updates the --name option description. |
| CHANGELOG.md | Adds an Unreleased Fixed bullet documenting the #1032 behavior change. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 2
| ``` | ||
| [*] Registering marketplace 'addy-agent-skills'... | ||
| [+] Marketplace 'addy-agent-skills' registered (1 plugins) | ||
| [i] Install plugins with: apm install @addy-agent-skills |
There was a problem hiding this comment.
The example hint output shows apm install @addy-agent-skills, but the CLI prints Install plugins with: apm install <plugin>@<alias> (with the plugin name before @). As written, the documented command is not valid and may mislead users; update the snippet to match the actual hint format.
| [i] Install plugins with: apm install @addy-agent-skills | |
| [i] Install plugins with: apm install code-review@addy-agent-skills |
|
|
||
| **Options:** | ||
| - `--name/-n` -- Custom display name for the marketplace | ||
| - `--name/-n` -- Override the local alias (defaults to `manifest.name`, then repo name) |
There was a problem hiding this comment.
In this section you refer to the name field in marketplace.json, but the option description says it defaults to manifest.name. For consistency and clarity (especially for readers who only know the file format), consider describing the default in terms of the marketplace.json name field rather than the internal model property name.
| - `--name/-n` -- Override the local alias (defaults to `manifest.name`, then repo name) | |
| - `--name/-n` -- Override the local alias (defaults to the `marketplace.json` `name` field, then repo name) |
Documentation Updates - 2026-04-29
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
apm marketplace addmanifest.name alias resolution (from fix(marketplace):addhonors manifest.name for Claude Code parity #1032)Changes Made
docs/src/content/docs/guides/marketplaces.md-- new "Default alias resolution" subsection explaining the 3-tier precedence (--name>manifest.name> repo name), with a concrete Claude Code parity exampleCHANGELOG.md-- added[Unreleased] Fixedentry for fix(marketplace):addhonors manifest.name for Claude Code parity #1032Merged PRs Referenced
[a b]import-input serialization that breaks apm-prep #1033 -- fix(shared/apm): repair gh-aw[a b]import-input serialization (internal workflow fix, no user-facing doc needed)addhonors manifest.name for Claude Code parity #1032 -- fix(marketplace):addhonors manifest.name for Claude Code parity (documented here)Notes
PR #1031 already updated
docs/src/content/docs/getting-started/authentication.mdwith the ADO Entra ID and--updatepre-flight sections, so no additional auth doc changes are needed here.Note
🔒 Integrity filter blocked 5 items
The following items were blocked because they don't meet the GitHub integrity level.
search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: