Skip to content

[instructions] Sync instruction files with release v0.87.10 - #57654

Merged
pelikhan merged 1 commit into
mainfrom
instructions-sync-v0.87.10-68f6d6795a2bd283
Sep 1, 2026
Merged

[instructions] Sync instruction files with release v0.87.10#57654
pelikhan merged 1 commit into
mainfrom
instructions-sync-v0.87.10-68f6d6795a2bd283

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

Summary

Latest release: v0.87.10 (2026-08-31). gh api repos/github/gh-aw/compare/v0.87.10...main showed relevant changes: the built-in Playwright tool's MCP mode was fully removed (CLI-only now), a new on.cooldown trigger field shipped, stop-after gained GitHub Actions expression support, and four trajectory graders (exploration-error, exploitation-error, skill-constraint-coverage, tool-output-consumption-rate) were missing from the grader-selection guidance.

Files changed

File Before → After Change
.github/aw/syntax-core.md 170 → 171 Document new on.cooldown field; note stop-after now accepts a GitHub Actions expression
.github/aw/visual-regression.md 66 → 67 Fix example using a non-existent tools.playwright.allowed_domains field (not in schema) — replaced with the correct top-level network.allowed: [local, playwright]
.github/aw/mcp-clis.md 55 → 54 Replace stale playwright MCP-tool-name example (browser_navigate/browser_snapshot, removed in the CLI-only migration, and conceptually wrong — the built-in playwright tool isn't mounted via cli-proxy) with a github cli-proxy example
.github/aw/intent.md 84 → 84 Add the 4 missing trace graders to the selection guidance

All 4 files remain well under their size targets (syntax-core.md < 400, others have no listed cap but stay small).

Documentation/code reviewed

  • docs/src/content/docs/reference/playwright.md (CLI-only migration, new playwright-cli subcommand names, MCP migration table)
  • docs/src/content/docs/troubleshooting/common-issues.md (Playwright troubleshooting rewritten for CLI mode)
  • docs/src/content/docs/reference/glossary.md (new on.cooldown, stop-after expression support, Trajectory IR / Trajectory Graders entries)
  • docs/src/content/docs/reference/frontmatter-full.md (playwright schema, new organization-custom-org-roles/organization-custom-repository-roles permissions — no instruction-file change needed, existing permission list is explicitly "not exhaustive")
  • docs/adr/57521-remove-built-in-playwright-mcp-support.md
  • pkg/parser/schemas/main_workflow_schema.json (confirmed tools.playwright only accepts version/args/mode, and mode: mcp is rejected)
  • .github/workflows/shared/graders/README.md (confirmed catalog of 25 trajectory graders vs. intent.md's list)

Audits performed

  • Size audit: wc -l .github/aw/*.md — all files under their target limits, before and after edits.
  • Duplication audit: no new duplication introduced; playwright/network guidance kept in its existing single-source files (syntax-tools-imports.md, network.md) with cross-references, not restated.
  • Accuracy audit: confirmed against the JSON schema and grader catalog; no other stale mode: mcp or old playwright subcommand-name references remain anywhere in .github/aw/.

Not changed (reviewed, no action needed)

  • safe-outputs*.md and pkg/workflow/safe_outputs_*.go — no safe-outputs-related files changed in the release diff; index/detail files already consistent.
  • Blog posts and agent-factory-status.mdx — informational, no instruction-file impact beyond what's covered above.

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • api.anthropic.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "api.anthropic.com"

See Network Configuration for more information.

Generated by 🧹 Instructions Janitor · claude · sonnet50 · 315.6 AIC · ⌖ 35.8 AIC · ⊞ 6.8K ·

  • expires on Sep 3, 2026, 12:48 AM UTC-08:00

Run: https://github.com/github/gh-aw/actions/runs/33492123271

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • github.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "github.com"

See Network Configuration for more information.

Generated by 👨‍🍳 PR Sous Chef · pi · gpt54 · 18.3 AIC · ⌖ 8.61 AIC · ⊞ 8.9K ·
Comment /souschef to run again


Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • github.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "github.com"

See Network Configuration for more information.

Generated by 👨‍🍳 PR Sous Chef · pi · gpt54 · 19.2 AIC · ⌖ 8.62 AIC · ⊞ 9.2K ·
Comment /souschef to run again


Generated by PR Sous Chef run https://github.com/github/gh-aw/actions/runs/33494763462

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • github.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "github.com"

See Network Configuration for more information.

Generated by 👨‍🍳 PR Sous Chef · pi · gpt54 · 27.2 AIC · ⌖ 8.72 AIC · ⊞ 9.2K ·
Comment /souschef to run again

- syntax-core.md: document new on.cooldown field and stop-after expression support
- visual-regression.md: fix example using non-existent tools.playwright.allowed_domains field; use top-level network.allowed: [local, playwright] instead
- mcp-clis.md: replace stale playwright MCP-tool-name example (browser_navigate/browser_snapshot, removed in the CLI-only migration) with a github cli-proxy example
- intent.md: add missing trace graders (exploration-error, exploitation-error, skill-constraint-coverage, tool-output-consumption-rate) to the grader selection guidance
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

Thanks for keeping the instruction files in sync with the latest release! 🎉

This PR looks great:

  • ✅ Focused, single-purpose changes syncing documentation with v0.87.10
  • ✅ Detailed PR description with audits performed (size, duplication, accuracy)
  • ✅ Well-scoped updates to 4 instruction files
  • ✅ Automation-driven contribution from a trusted team member

Ready for review!

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • github.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "github.com"

See Network Configuration for more information.

Generated by ✅ Contribution Check · copilot · auto · 61 AIC · ⌖ 5.83 AIC · ⊞ 9.3K ·

@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot This PR is ready for the next step. Please refresh the branch if needed and run the pr-finisher skill to continue driving it toward merge readiness.

Generated by PR Sous Chef: https://github.com/github/gh-aw/actions/runs/33494763462

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • github.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "github.com"

See Network Configuration for more information.

Generated by 👨‍🍳 PR Sous Chef · pi · gpt54 · 27.2 AIC · ⌖ 8.72 AIC · ⊞ 9.2K ·
Comment /souschef to run again

Copilot AI requested a review from gh-aw-bot September 1, 2026 10:23
@pelikhan
pelikhan merged commit 287feb9 into main Sep 1, 2026
1 check passed
@pelikhan
pelikhan deleted the instructions-sync-v0.87.10-68f6d6795a2bd283 branch September 1, 2026 11:56
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

🎉 This pull request is included in a new release.

Release: v0.88.0

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.

2 participants