Skip to content

Fix docs workflow failure by correcting blog metadata and broken spec links#34702

Merged
pelikhan merged 3 commits into
mainfrom
copilot/fix-issue-26408774878
May 25, 2026
Merged

Fix docs workflow failure by correcting blog metadata and broken spec links#34702
pelikhan merged 3 commits into
mainfrom
copilot/fix-issue-26408774878

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 25, 2026

The docs workflow in PR #34693 failed in Doc Build - Deploy due to content schema validation and link validation errors. This update resolves both blockers so the docs site can build successfully in CI.

  • Content schema compliance

    • Reduced metadata.seoDescription length in the Agent of the Day blog entry to satisfy the documented max(160) constraint enforced by Astro content collections.
  • Reference link repair

    • Replaced invalid internal /gh-aw/specs/... links in reference/outcomes.md with valid links to the canonical spec document in the repository.
metadata:
  seoDescription: "Architecture Guardian: a daily GitHub workflow that detects oversized functions, large files, excess exports, and import cycles in Go and JavaScript code."

Copilot AI and others added 3 commits May 25, 2026 16:12
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title Fix Doc Build failure for PR #34693 Fix docs workflow failure by correcting blog metadata and broken spec links May 25, 2026
Copilot AI requested a review from pelikhan May 25, 2026 16:16
@pelikhan pelikhan marked this pull request as ready for review May 25, 2026 16:21
Copilot AI review requested due to automatic review settings May 25, 2026 16:21
@pelikhan pelikhan merged commit 73069c0 into main May 25, 2026
@pelikhan pelikhan deleted the copilot/fix-issue-26408774878 branch May 25, 2026 16:21
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

Fixes the docs build failure introduced in PR #34693 by addressing two CI blockers: the blog post's seoDescription exceeded the 160-character Astro schema limit, and outcomes.md linked to non-existent /gh-aw/specs/... pages flagged by starlight-links-validator. The model-table and action-pin JSON updates appear to be regenerated/synced artifacts pulled in from the base branch.

Changes:

  • Shorten seoDescription in the 2026-05-25 Agent of the Day blog post to fit the max(160) constraint.
  • Replace broken internal /gh-aw/specs/safe-output-outcome-evaluation/ links in reference/outcomes.md with absolute GitHub URLs to specs/safe-output-outcome-evaluation.md.
  • Sync regenerated model-tables.md and action_pins.json files (new model aliases/multipliers, safedep/pmg@v1 pin).
Show a summary per file
File Description
docs/src/content/docs/blog/2026-05-25-agent-of-the-day.md Trims seoDescription to satisfy schema length validation.
docs/src/content/docs/reference/outcomes.md Replaces invalid internal spec links with absolute repo URLs to fix link validation.
docs/src/content/docs/reference/model-tables.md Regenerated table reflecting new model aliases and multiplier rows.
pkg/actionpins/data/action_pins.json Adds safedep/pmg@v1 pin synced from .github/aw/actions-lock.json.
pkg/workflow/data/action_pins.json Same pin sync into workflow embedded data.

Copilot's findings

Tip

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

  • Files reviewed: 5/5 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.

3 participants