[instructions] Sync instruction files with release v0.73.0#31184
Merged
Conversation
The set-issue-field safe-output operation exists in code (pkg/workflow/set_issue_field.go) and the JSON schema, but was missing from .github/aw/safe-outputs.md. Add a concise reference entry alongside set-issue-type so agents authoring workflows learn about it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Instructions Update - Synchronized with v0.73.0
This PR updates instruction files in
.github/aw/based on a code-vs-instructions audit against the latest release.Files Changed
.github/aw/safe-outputs.md: Addset-issue-fieldoperation entry alongsideset-issue-type. The operation is implemented inpkg/workflow/set_issue_field.go, parsed inpkg/workflow/safe_outputs_config.go, and defined inpkg/parser/schemas/main_workflow_schema.json, but was undocumented in the agent-facing instruction file.Documentation Commits Reviewed
dbcf5e9a8[jsweep] Clean missing_messages_helper.cjs ([jsweep] Clean missing_messages_helper.cjs #31161) — adds the.github/aw/instruction tree; no other doc commits since v0.73.0Audit Summary
Safe-outputs operations — code (
safe_outputs_config.go,compiler_types.go) and JSON schema list 40+ operations. All were already documented insafe-outputs.mdexceptset-issue-field, which is now added.Global config keys — all global keys (
github-token,allowed-domains,allowed-github-references,messages,mentions,runs-on,footer,staged,env,steps,max-bot-mentions,activation-comments,max-patch-size,max-patch-files,group-reports,report-failure-as-issue,failure-issue-repo,id-token,concurrency-group,needs,environment,github-app,threat-detection,jobs,scripts,actions) are documented and match code.Size Audit
All instruction files remain within their target size limits.
Validation
set-issue-typeentrysafe-outputs.md, not the main file)pkg/workflow/set_issue_field.goand the JSON schema (set-issue-fieldblock at line 7765)