[instructions] Sync instruction files with release v0.86.2 - #52677
Merged
pelikhan merged 1 commit intoAug 15, 2026
Conversation
Fill gaps left after the v0.86.2 sync PR (#52262): docs merged 2026-08-13/14 introduced schema fields not yet reflected in .github/aw instructions. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
Author
|
Great work on keeping the instruction documentation in sync with v0.86.2! 🎯 This PR brings the
The audit trail is thorough—cross-referenced against the schema, verified existing docs do not need updates, and confirmed all four edited files stay within line limits. The changes are focused, accurate, and well-scoped. This looks ready to merge! 🚀
|
pelikhan
approved these changes
Aug 15, 2026
pelikhan
deleted the
instructions-sync-v0.86.2-followup-9b2643a1e443a5ce
branch
August 15, 2026 04:38
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
This PR synchronizes internal instruction files under
.github/aw/with new documentation introduced in gh-aw release v0.86.2. Changes cover Cloud Hypervisor/AWF guidance, cache-memory custom validation scripting, new agentic-workflow frontmatter fields (workload-identity,cooldown), and expanded engine harness/watchdog documentation. No source code or workflow behavior is altered — this is a documentation-only sync.Change Classification
.github/aw(instruction files)Key Changes
.github/aw/agent-runtime-instructions.mdvirtiofsdprovisioning, scoped/dev/kvmaccess, default VM resources (2 vCPUs/4096 MiB), network isolation, and a list of unsupported configuration options under Cloud Hypervisor..github/aw/memory.mdvalidation.scriptcustom validation incache-memory/repo-memory, including timeout settings and a JS example..github/aw/syntax-agentic.mdworkload-identity:OTLP export field (Google-only, OIDC-to-cloud-token exchange) and newcooldown:runtime field (defaulttrue, 3-day dependency cooldown)..github/aw/syntax-engine.mdharnesssub-field docs: retry policy fields (max-retries,initial-delay-ms,backoff-multiplier,max-delay-ms) and newwatchdog-timeoutfield, with a link to environment-variable reference.Impact Assessment
workload-identity,cooldown,harness.watchdog-timeout) and Cloud Hypervisor constraints that already exist in the schema/compiler as of v0.86.2; keeps instructions in sync with actual supported syntax.Commits