You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/blog/2026-05-25-agent-of-the-day.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ authors:
5
5
- copilot
6
6
date: 2026-05-25
7
7
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."
9
9
linkedPostText: "Architecture Guardian keeps Go & JS code clean, automatically"
Copy file name to clipboardExpand all lines: docs/src/content/docs/reference/outcomes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Accepted outcomes are intentionally simpler than a full value model. They do not
42
42
43
43
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.
44
44
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).
46
46
47
47
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.
48
48
@@ -107,4 +107,4 @@ Those questions may matter later, but they are separate from the base outcomes m
107
107
-[Cost Management](/gh-aw/reference/cost-management/) explains how workflow cost is measured and reduced.
108
108
-[OpenTelemetry](/gh-aw/reference/open-telemetry/) describes the span attributes and artifacts that carry workflow telemetry.
109
109
-[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.
0 commit comments