Skip to content

Commit 73069c0

Browse files
Copilotpelikhan
andauthored
Fix docs workflow failure by correcting blog metadata and broken spec links (#34702)
* Plan docs build fix for blog metadata length Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Shorten blog SEO description to satisfy schema Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Fix broken outcomes spec links in docs Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 329e831 commit 73069c0

5 files changed

Lines changed: 24 additions & 3 deletions

File tree

docs/src/content/docs/blog/2026-05-25-agent-of-the-day.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
- copilot
66
date: 2026-05-25
77
metadata:
8-
seoDescription: "Architecture Guardian: a daily GitHub Actions workflow that detects oversized functions, large files, excess exports, and import cycles in Go and JavaScript code."
8+
seoDescription: "Architecture Guardian: a daily GitHub workflow that detects oversized functions, large files, excess exports, and import cycles in Go and JavaScript code."
99
linkedPostText: "Architecture Guardian keeps Go & JS code clean, automatically"
1010
---
1111

docs/src/content/docs/reference/model-tables.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ Vendor aliases map a short name to one or more provider-scoped glob patterns. Th
2828
| `opus` | `copilot/*opus*`, `anthropic/*opus*` |
2929
| `gpt-4.1` | `copilot/gpt-4.1*`, `openai/gpt-4.1*` |
3030
| `gpt-5` | `copilot/gpt-5*`, `openai/gpt-5*` |
31+
| `gpt-5.5` | `copilot/gpt-5.5*`, `openai/gpt-5.5*` |
3132
| `gpt-5.4` | `copilot/gpt-5.4*`, `openai/gpt-5.4*` |
3233
| `gpt-5.3` | `copilot/gpt-5.3*`, `openai/gpt-5.3*` |
34+
| `gpt-5.2` | `copilot/gpt-5.2*`, `openai/gpt-5.2*` |
3335
| `gpt-5-mini` | `copilot/gpt-5*mini*`, `openai/gpt-5*mini*` |
3436
| `gpt-5-nano` | `copilot/gpt-5*nano*`, `openai/gpt-5*nano*` |
3537
| `gpt-5-codex` | `copilot/gpt-5*codex*`, `openai/gpt-5*codex*` |
@@ -47,6 +49,7 @@ Vendor aliases map a short name to one or more provider-scoped glob patterns. Th
4749
| `gemini-3-flash` | `copilot/gemini-3*flash*`, `google/gemini-3*flash*`, `gemini/gemini-3*flash*` |
4850
| `gemini-3.1-pro` | `copilot/gemini-3.1*pro*`, `google/gemini-3.1*pro*`, `gemini/gemini-3.1*pro*` |
4951
| `gemini-3.1-flash` | `copilot/gemini-3.1*flash*`, `google/gemini-3.1*flash*`, `gemini/gemini-3.1*flash*` |
52+
| `gemini-3.5-flash` | `copilot/gemini-3.5*flash*`, `google/gemini-3.5*flash*`, `gemini/gemini-3.5*flash*` |
5053
| `antigravity` | `copilot/antigravity*`, `google/antigravity*`, `gemini/antigravity*` |
5154
| `computer-use` | `copilot/*computer-use*`, `google/*computer-use*`, `gemini/*computer-use*`, `openai/*computer-use*` |
5255
| `robotics` | `copilot/*robotics*`, `google/*robotics*`, `gemini/*robotics*` |
@@ -125,14 +128,22 @@ Before per-model multipliers are applied, raw token counts are weighted by token
125128
| Model | Multiplier |
126129
|-------|-----------|
127130
| `gpt-4o` | 0.33 |
131+
| `gpt-4o-2024-05-13` | 0.33 |
132+
| `gpt-4o-2024-08-06` | 0.33 |
133+
| `gpt-4o-2024-11-20` | 0.33 |
128134
| `gpt-4o-mini` | 0.33 |
135+
| `gpt-4o-mini-2024-07-18` | 0.33 |
129136
| `gpt-4.1` | 1 |
130137
| `gpt-4.1-2025-04-14` | 1 |
131138
| `gpt-41-copilot` | 1 |
132139
| `gpt-4.1-mini` | 1 |
133140
| `gpt-4.1-nano` | 1 |
134141
| `gpt-4-turbo` | 1 |
135142
| `gpt-4` | 1 |
143+
| `gpt-4-0613` | 1 |
144+
| `gpt-4-o-preview` | 1 |
145+
| `gpt-3.5-turbo` | 0 |
146+
| `gpt-3.5-turbo-0613` | 0 |
136147
| `gpt-5` | 1 |
137148
| `gpt-5-2025-08-07` | 1 |
138149
| `gpt-5-search-api` | 1 |

docs/src/content/docs/reference/outcomes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Accepted outcomes are intentionally simpler than a full value model. They do not
4242
4343
The table below is the quick lookup for what `accepted` currently means for each safe output type and whether that meaning comes from a dedicated rule, a fallback rule, a limited check, or no implemented rule yet.
4444

45-
Rows marked `fallback rule` use a generic existence check, not a type-specific rule. For exact rules, edge cases, and conformance details, see [Safe Output Outcome Evaluation Specification](/gh-aw/specs/safe-output-outcome-evaluation/).
45+
Rows marked `fallback rule` use a generic existence check, not a type-specific rule. For exact rules, edge cases, and conformance details, see [Safe Output Outcome Evaluation Specification](https://github.com/github/gh-aw/blob/main/specs/safe-output-outcome-evaluation.md).
4646

4747
Outcome evaluation is based on visible repository state and visible actor identity. A non-bot actor may still be AI-assisted; the lookup reflects what the system can observe, not hidden authoring provenance.
4848

@@ -107,4 +107,4 @@ Those questions may matter later, but they are separate from the base outcomes m
107107
- [Cost Management](/gh-aw/reference/cost-management/) explains how workflow cost is measured and reduced.
108108
- [OpenTelemetry](/gh-aw/reference/open-telemetry/) describes the span attributes and artifacts that carry workflow telemetry.
109109
- [Safe Outputs](/gh-aw/reference/safe-outputs/) explains how workflows produce constrained actions.
110-
- [Safe Output Outcome Evaluation Specification](/gh-aw/specs/safe-output-outcome-evaluation/) defines the detailed evaluation logic for each safe output type.
110+
- [Safe Output Outcome Evaluation Specification](https://github.com/github/gh-aw/blob/main/specs/safe-output-outcome-evaluation.md) defines the detailed evaluation logic for each safe output type.

pkg/actionpins/data/action_pins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@
198198
"version": "v1.308.0",
199199
"sha": "97ecb7b512899eb71ab1bf2310a624c6f1589ac6"
200200
},
201+
"safedep/pmg@v1": {
202+
"repo": "safedep/pmg",
203+
"version": "v1",
204+
"sha": "46cc70db535107183c9e752bb55d1d5c5f1a9290"
205+
},
201206
"super-linter/super-linter@v8.6.0": {
202207
"repo": "super-linter/super-linter",
203208
"version": "v8.6.0",

pkg/workflow/data/action_pins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@
198198
"version": "v1.308.0",
199199
"sha": "97ecb7b512899eb71ab1bf2310a624c6f1589ac6"
200200
},
201+
"safedep/pmg@v1": {
202+
"repo": "safedep/pmg",
203+
"version": "v1",
204+
"sha": "46cc70db535107183c9e752bb55d1d5c5f1a9290"
205+
},
201206
"super-linter/super-linter@v8.6.0": {
202207
"repo": "super-linter/super-linter",
203208
"version": "v8.6.0",

0 commit comments

Comments
 (0)