[instructions] Sync instruction files with release v0.84.0 - #49104
Merged
pelikhan merged 1 commit intoJul 30, 2026
Conversation
- Split three files that exceeded the 400-line instruction limit: github-mcp-server.md (431->382, extracted pagination guidance), syntax-agentic.md (440->361, extracted engine: field to syntax-engine.md), token-optimization.md (422->374, extracted caching/budget techniques). - Fixed internal duplication in triggers.md's workflow_run escalation rules and cross-linked to the incident dedup-key templates. - Documented safe-outputs.data (structured-data schema for body-based safe outputs) and engine.auth provider: gcp (Vertex AI WIF), both present in the compiler schema but missing from instructions.
pelikhan
approved these changes
Jul 30, 2026
This was referenced Jul 30, 2026
Contributor
Author
|
🎉 This pull request is included in a new release. Release: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Routine Instructions Janitor pass. Latest GitHub-marked release is v0.83.4 (2026-07-27); v0.84.0 is a newer pre-release (2026-07-29). Comparing v0.83.4...main found no docs/ changes but 10 already-synced .github/aw/ changes (pagination guidance, engine copilot-sdk split, trigger escalation rules, etc.) plus actions-lock.json pin churn - no action needed there. The Size audit found 3 files over the 400-line limit, which is what this PR fixes, plus 2 accuracy gaps found via schema/code review.
Files changed (before -> after line counts):
Documentation commits reviewed: none (docs/ unchanged since v0.83.4) - reviewed the .github/aw/ diff directly (10 files) via gh api repos/github/gh-aw/compare/v0.83.4...main, since this sandbox has a shallow git clone with no local tag history.
Duplication removed: internal restatement in triggers.md's workflow_run failure-triage section (escalation rules and no-op expectations covered the same open-incident-suppression rule twice); confirmed no other significant cross-file duplication in the persona-matrix, recompilation-rule, or single-job-constraint patterns (all already use short cross-references, not restatement).
Size confirmation: all .github/aw/*.md files are now under their target limits.
Test plan