Skip to content

docs: sync frontmatter-full.md and cli.md with schema/CLI surface changes from #32200 and #32213#32236

Merged
pelikhan merged 2 commits into
mainfrom
copilot/docs-self-healing-fixes
May 15, 2026
Merged

docs: sync frontmatter-full.md and cli.md with schema/CLI surface changes from #32200 and #32213#32236
pelikhan merged 2 commits into
mainfrom
copilot/docs-self-healing-fixes

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 15, 2026

Two reference docs drifted after schema and CLI changes shipped without paired doc updates — a recurring pattern where frontmatter-full.md (auto-generated) and cli.md (hand-maintained) weren't updated alongside their source changes.

Changes

docs/src/content/docs/reference/frontmatter-full.md

  • Regenerated via scripts/generate-schema-docs.js to pick up the emoji top-level field added to the JSON schema in Add emoji frontmatter field #32200
  • Field appears between description and source, matching generator ordering

docs/src/content/docs/setup/cli.md

  • Added gh aw update --repo owner/repo to the update command example block
  • Appended --repo/-r to the Options list
  • Added a note explaining cross-repo execution: target repo is checked out as an isolated shallow clone under .github/aw/updates/<sanitized-repo-id>; --create-pull-request opens the PR against the target repo

…CLI docs

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix self-healing documentation gaps in frontmatter docs: sync frontmatter-full.md and cli.md with schema/CLI surface changes from #32200 and #32213 May 15, 2026
Copilot AI requested a review from pelikhan May 15, 2026 00:48
@pelikhan pelikhan marked this pull request as ready for review May 15, 2026 00:57
Copilot AI review requested due to automatic review settings May 15, 2026 00:57
@pelikhan pelikhan merged commit 381b569 into main May 15, 2026
@pelikhan pelikhan deleted the copilot/docs-self-healing-fixes branch May 15, 2026 00:57
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 documentation to reflect recent frontmatter schema and CLI surface changes.

Changes:

  • Adds the emoji frontmatter field to the generated full frontmatter reference.
  • Refreshes additional generated schema reference entries that had drifted.
  • Documents gh aw update --repo/-r for cross-repository updates.
Show a summary per file
File Description
docs/src/content/docs/reference/frontmatter-full.md Regenerates the full schema-based frontmatter reference with new/updated fields.
docs/src/content/docs/setup/cli.md Adds update --repo/-r usage, options listing, and behavior note.

Copilot's findings

Tip

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

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

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.

[docs] Self-healing documentation fixes from issue analysis - 2026-05-15

3 participants