Skip to content

[docs] Update documentation for features from 2026-05-22#1458

Open
danielmeppiel wants to merge 1 commit into
mainfrom
docs/update-2026-05-23-b488aa0c487c0fd0
Open

[docs] Update documentation for features from 2026-05-22#1458
danielmeppiel wants to merge 1 commit into
mainfrom
docs/update-2026-05-23-b488aa0c487c0fd0

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

Documentation Updates - 2026-05-22

This PR updates the documentation based on user-facing features and fixes merged in the last 24 hours.

Features Documented

Changes Made

  • Updated docs/src/content/docs/reference/targets-matrix.md to list the new Copilot detection signals: .github/instructions/, .github/agents/, .github/prompts/, .github/hooks/
  • Updated docs/src/content/docs/reference/cli/targets.md Detection signals table and notes for copilot target
  • Updated docs/src/content/docs/consumer/install-mcp-servers.md to document per-dep registry: URL form and the --registry CLI flag with examples

Merged PRs Referenced

PRs Reviewed But Not Requiring Docs Updates

Note

🔒 Integrity filter blocked 2 items

The following items were blocked because they don't meet the GitHub integrity level.

  • #1416 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #1396 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 · ● 1.2M ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/daily-doc-updater.md@b87234850bf9664d198f28a02df0f937d0447295
  • expires on May 25, 2026, 6:00 AM UTC

- targets-matrix.md, targets.md: document the expanded Copilot harness
  auto-detection signals added in #1440. The copilot target is now
  activated by .github/instructions/, .github/agents/, .github/prompts/,
  or .github/hooks/ directories in addition to the monolithic
  .github/copilot-instructions.md file.

- install-mcp-servers.md: document that the registry: URL field on
  individual MCP dependency entries is now honored during install (#1443).
  Previously stored but ignored (emitting a 'not yet applied' warning).
  Added example showing the per-dep custom registry form and the
  equivalent --registry CLI flag.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 23, 2026 06:00
@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 May 23, 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

This PR updates the Starlight docs to reflect two recently-merged user-facing behaviors: expanded GitHub Copilot harness auto-detection signals and honoring per-dependency registry: URLs during MCP install.

Changes:

  • Document Copilot target auto-detection via file-based .github/* signal directories in addition to the monolithic .github/copilot-instructions.md.
  • Update the CLI apm targets docs to reflect the expanded Copilot detection signals.
  • Document per-dependency registry: URL handling for MCP dependencies, including a --registry example.
Show a summary per file
File Description
docs/src/content/docs/reference/targets-matrix.md Updates Copilot detection signals in the targets matrix and Copilot target details.
docs/src/content/docs/reference/cli/targets.md Updates the Copilot detection signals table and adds clarifying notes.
docs/src/content/docs/consumer/install-mcp-servers.md Adds documentation for per-dependency MCP registry: URL behavior and a --registry CLI example.

Copilot's findings

  • Files reviewed: 3/3 changed files
  • Comments generated: 2

Comment on lines +32 to 44
# 2. Registry reference with a per-dep custom registry URL
- name: my-internal-server
registry: https://registry.internal.example.com

# 3. Self-defined stdio (local process)
- name: filesystem
registry: false
transport: stdio
command: npx
args: ["-y", "@modelcontextprotocol/server-filesystem", "/workspace"]

# 3. Self-defined remote (HTTP / SSE)
# 4. Self-defined remote (HTTP / SSE)
- name: linear
```

When `registry:` is a string URL (form 2 above), APM routes that entry through
the specified registry instead of the global default (`https://api.mcp.github.com`).
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