Skip to content

[instructions] Sync instruction files with release v0.77.5#36212

Merged
pelikhan merged 1 commit into
mainfrom
instructions/sync-v0_77_5-a76d9a6f3f9235ab
Jun 1, 2026
Merged

[instructions] Sync instruction files with release v0.77.5#36212
pelikhan merged 1 commit into
mainfrom
instructions/sync-v0_77_5-a76d9a6f3f9235ab

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 1, 2026

[instructions] Sync instruction files with release v0.77.5

Summary

Syncs all .github/aw/ instruction/documentation files with the v0.77.5 release. This batch includes three breaking documentation changes (flag renames), two additive expansions, and three correctness/clarity fixes.


What changed

🔴 Breaking — Flag / Variable Renames

File Old New
cli-commands.md --input key=value -F key=value (alias: --raw-field) for gh aw run inputs
upgrade-agentic-workflows.md --push --create-pull-request (alias: --pr) for gh aw upgrade
context.md ${{ github.owner }} context variable Removed — no longer a documented context variable

⚠️ Any workflows or automation that reference the old flags or the github.owner context variable based on these docs will need to be updated.


🟡 Additive — New Content

  • network.md — Added three new network shorthand keywords with their allowed-domain mappings:

    • latex
    • lean
    • python-native
  • github-agentic-workflows.md — Added five new reference table entries linking to:

    • reuse.md
    • subagents.md
    • skills.md
    • token-optimization.md
    • github-mcp-server.md

🟢 Fixes & Clarifications

  • safe-outputs-automation.md — Removed a stray orphaned code fragment (labels: [automated] + closing backticks) that was incorrectly appearing at the top of the file.

  • syntax-agentic.md — Clarified placement context for frontmatter fields:

    • slash_command: belongs under on:
    • cache-memory: and repo-memory: both belong under tools:
  • update-agentic-workflow.md — Replaced an inline three-step "Safer-Alternatives" list with a cross-reference link to the canonical pattern in workflow-constraints.md, reducing duplication.


Files changed

.github/aw/cli-commands.md                ← breaking: flag rename
.github/aw/context.md                     ← breaking: variable removed
.github/aw/github-agentic-workflows.md    ← additive: 5 new ref entries
.github/aw/network.md                     ← additive: 3 new shorthands
.github/aw/safe-outputs-automation.md     ← fix: stray fragment removed
.github/aw/syntax-agentic.md              ← clarification: placement context
.github/aw/update-agentic-workflow.md     ← cleanup: deduplication via xref
.github/aw/upgrade-agentic-workflows.md   ← breaking: flag rename

Checklist

  • Documentation-only change (no source code modified)
  • Breaking changes documented above
  • Additive changes are backwards-compatible
  • Consumers of gh aw run --input should migrate to -F / --raw-field
  • Consumers of gh aw upgrade --push should migrate to --create-pull-request / --pr
  • References to ${{ github.owner }} context variable should be audited and removed

Generated by PR Description Updater for issue #36212 · sonnet46 1.1M ·

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added automation documentation Improvements or additions to documentation instructions labels Jun 1, 2026
@pelikhan pelikhan merged commit 874bc5c into main Jun 1, 2026
@pelikhan pelikhan deleted the instructions/sync-v0_77_5-a76d9a6f3f9235ab branch June 1, 2026 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation instructions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant