Skip to content

Surface canonical dispatch-repository key in frontmatter full reference#43009

Merged
pelikhan merged 2 commits into
mainfrom
copilot/deep-report-quick-win-surface-dispatch-repository
Jul 2, 2026
Merged

Surface canonical dispatch-repository key in frontmatter full reference#43009
pelikhan merged 2 commits into
mainfrom
copilot/deep-report-quick-win-surface-dispatch-repository

Conversation

Copilot AI commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

frontmatter-full.md was surfacing dispatch_repository, which conflicts with parser guidance that treats underscore form as deprecated and recommends dispatch-repository. This change aligns the generated reference block with the canonical key already used elsewhere in docs.

  • Reference alignment

    • Updated the safe-outputs key in docs/src/content/docs/reference/frontmatter-full.md to surface the canonical form.
  • Scope

    • Single-line doc change in the generated frontmatter reference section; no behavioral/runtime changes.
# before
safe-outputs:
  dispatch_repository:
    {}

# after
safe-outputs:
  dispatch-repository:
    {}

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix frontmatter reference to use dispatch-repository instead of deprecated dispatch_repository Surface canonical dispatch-repository key in frontmatter full reference Jul 2, 2026
Copilot AI requested a review from pelikhan July 2, 2026 16:33
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Hey @Copilot — nice, clean docs correction aligning dispatch-repository to the canonical hyphenated form used consistently elsewhere in the project!

One item flagged by the checklist:

  • No test changes — for a pure single-line doc rename like this, automated test coverage may not be meaningful. However, it's worth checking whether any snapshot tests, schema validation tests, or fixture files reference the old dispatch_repository (underscore) key and need to be updated to match.

If there are snapshots or generated output tests that need updating, you can use this prompt:

Search all test files, snapshot files, and fixture files in the repository for any occurrence of `dispatch_repository` (underscore form). If found, update them to use `dispatch-repository` (hyphen form) to stay consistent with the change made in docs/src/content/docs/reference/frontmatter-full.md.

Generated by ✅ Contribution Check · 228.2 AIC · ⌖ 35.5 AIC · ⊞ 6.3K ·

@pelikhan pelikhan marked this pull request as ready for review July 2, 2026 18:22
Copilot AI review requested due to automatic review settings July 2, 2026 18:22
@pelikhan pelikhan merged commit dce378f into main Jul 2, 2026
@pelikhan pelikhan deleted the copilot/deep-report-quick-win-surface-dispatch-repository branch July 2, 2026 18:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 generated frontmatter reference (frontmatter-full.md) to display the canonical dispatch-repository key under safe-outputs instead of the deprecated underscore form.

Changes:

  • Replaced dispatch_repository with dispatch-repository in the safe-outputs section of the frontmatter reference doc.
Show a summary per file
File Description
docs/src/content/docs/reference/frontmatter-full.md Updates the surfaced safe-outputs dispatch key to the canonical dashed form in the generated frontmatter reference.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment on lines +7497 to 7498
dispatch-repository:
{}
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.

[deep-report] [quick-win] Surface dispatch-repository (not deprecated dispatch_repository) in frontmatter-full.md

3 participants