Skip to content

[docs] Update documentation for features from 2026-04-29#1037

Open
danielmeppiel wants to merge 1 commit intomainfrom
docs/daily-update-2026-04-29-ba8dd5f05d647626
Open

[docs] Update documentation for features from 2026-04-29#1037
danielmeppiel wants to merge 1 commit intomainfrom
docs/daily-update-2026-04-29-ba8dd5f05d647626

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

Documentation Updates - 2026-04-29

This PR updates the documentation based on features merged in the last 24 hours.

Features Documented

Changes Made

Merged PRs Referenced

Notes

PR #1031 already updated docs/src/content/docs/getting-started/authentication.md with the ADO Entra ID and --update pre-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.

  • #1000 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #996 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #987 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #861 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #803 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by Daily Documentation Updater · ● 668.5K ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/daily-doc-updater.md@b87234850bf9664d198f28a02df0f937d0447295
  • expires on May 1, 2026, 1:09 PM UTC

- 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>
Copilot AI review requested due to automatic review settings April 29, 2026 13:10
@danielmeppiel danielmeppiel added automation Deprecated: use type/automation. Kept for issue history; will be removed in milestone 0.10.0. documentation Deprecated: use type/docs. Kept for issue history; will be removed in milestone 0.10.0. labels Apr 29, 2026
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

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] Fixed entry 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
Copy link

Copilot AI Apr 29, 2026

Choose a reason for hiding this comment

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

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.

Suggested change
[i] Install plugins with: apm install @addy-agent-skills
[i] Install plugins with: apm install code-review@addy-agent-skills

Copilot uses AI. Check for mistakes.

**Options:**
- `--name/-n` -- Custom display name for the marketplace
- `--name/-n` -- Override the local alias (defaults to `manifest.name`, then repo name)
Copy link

Copilot AI Apr 29, 2026

Choose a reason for hiding this comment

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

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.

Suggested change
- `--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)

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

automation Deprecated: use type/automation. Kept for issue history; will be removed in milestone 0.10.0. documentation Deprecated: use type/docs. Kept for issue history; will be removed in milestone 0.10.0.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants