[instructions] Sync instruction files with release v0.74.8#34196
Merged
pelikhan merged 1 commit intoMay 23, 2026
Conversation
Add documentation for two safe-output operations that exist in code (pkg/workflow/comment_memory.go, pkg/workflow/create_check_run.go) and in the workflow schema but were missing from .github/aw/safe-outputs.md: - comment-memory: managed memory comment persistence on issues/PRs - create-check-run: surface agent analysis results as GitHub Check Runs Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
|
pr-sous-chef run: https://github.com/github/gh-aw/actions/runs/26332890079
|
This was referenced May 24, 2026
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.74.8
This PR adds documentation for two safe-output operations that exist in code and the workflow schema but were missing from
.github/aw/safe-outputs.md. Identified by comparingpkg/workflow/compiler_types.go(SafeOutputsConfig struct),pkg/workflow/safe_outputs_config.go(parser dispatch), andpkg/parser/schemas/main_workflow_schema.jsonagainst the current instructions.Files Changed
.github/aw/safe-outputs.md: addedcomment-memoryandcreate-check-runsections.Operations added
comment-memory— Persist and update a managed memory comment on issues/PRs. Materializes memory content to files for agent editing and synchronizes edits back to a single managed comment after execution. Source:pkg/workflow/comment_memory.go, schema at line 4320.create-check-run— Create GitHub Check Runs to surface agent analysis results in the PR Checks UI. Requireschecks: writepermission. Source:pkg/workflow/create_check_run.go, schema at line 6818.Audit Notes
5288def, debug logging); no doc changes there to review. The drift this PR fixes pre-dates that commit but had not been reflected in the instruction files.create-agent-task(schema line 4997) is intentionally not documented — superseded by the already-documentedcreate-agent-session.create-code-scanning-alert(singular) is the correct YAML key by inspecting the parser (outputMap["create-code-scanning-alert"]inpkg/workflow/create_code_scanning_alert.go); the plural-suffix YAML struct tag incompiler_types.gois unused dead metadata, not a doc bug.Size Audit
github-agentic-workflows.mdsafe-outputs.mdsyntax.mdtriggers.mdcontext.mdcli-commands.mdValidation