[instructions] Sync instruction files with release v0.82.14#47049
Merged
Conversation
Fix two schema accuracy drifts and remove a duplicated recurring-report checklist from the trigger-details prompt. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
pelikhan
approved these changes
Jul 21, 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
Syncs instruction files with release v0.82.14. Updates three documentation files under
.github/aw/to reflect new defaults, consolidate guidance, and document a new configuration field.Changes
.github/aw/create-agentic-workflow-trigger-details.mdreport.mdandworkflow-patterns.md..github/aw/syntax-agentic.mdmax-daily-ai-creditsdefault: the guardrail is disabled by default (omit the field to leave it off; set an explicit threshold to enable). Previously stated as enabled by default..github/aw/syntax-core.mdexcluded-envfield — an optional list of environment variable names to unconditionally exclude from the AWF agent container via--exclude-env.Breaking Changes
None.
Notes
max-daily-ai-creditsbehavior change is a documentation correction: the field was already disabled by default in the runtime; the docs previously stated the opposite.excluded-envis additive: names are deduplicated and merged with those auto-detected fromsecrets.*andneeds.*.outputs.*references.