[instructions] Sync safe-outputs.md with release v0.74.8 schema#33730
Merged
Conversation
- Update add-reviewer to use canonical allowed-reviewers / allowed-team-reviewers (reviewers / team-reviewers are deprecated aliases per schema since #33350). - Document per-output max-patch-size / max-patch-files on create-pull-request and max-patch-size on push-to-pull-request-branch (added in #33650). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 21, 2026
pelikhan
approved these changes
May 21, 2026
6 tasks
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.
PR Description: Sync safe-outputs.md with release v0.74.8 schema
Classification
reviewersandteam-reviewersfields inadd-reviewer(backward-compatible aliases)Summary
Updates the safe-outputs documentation to reflect schema changes introduced in release v0.74.8. Adds per-output patch size/file limit configuration for
create-prandpush-changesoutputs, and renames reviewer fields inadd-reviewerfor consistency while maintaining backward compatibility.Changes by File
.github/aw/safe-outputs.md(modified)Impact: high
Breaking: false
Added Features
Per-output patch constraints for
create-prsafe-output:max-patch-size(optional): Override global patch size limit for this specific outputmax-patch-files(optional): Override global patch file count limit for this specific outputPer-output patch constraint for
push-changessafe-output:max-patch-size(optional): Override global patch size limit for this specific outputField Renames (Backward Compatible)
add-reviewersafe-output:reviewers→allowed-reviewers(old name deprecated but still supported)team-reviewers→allowed-team-reviewers(old name deprecated but still supported)Technical Details
Agentic Workflow Impact
This update enables:
allowed-*prefix aligns reviewer field naming with standard conventions for allowlist configurationsreviewers/team-reviewerscontinue to function without modificationReferences
8469e55fd- "[instructions] Sync safe-outputs.md with current schema"Validation Notes