Skip to content

[instructions] Sync instructions with release v0.88.7 - #60231

Merged
pelikhan merged 1 commit into
mainfrom
instructions-sync-v0.88.7-followup-2b66ecf792b29224
Sep 11, 2026
Merged

pelikhan merged 1 commit into
mainfrom
instructions-sync-v0.88.7-followup-2b66ecf792b29224

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Summary: Ran the release/change audit against v0.88.7 (published 2026-09-08) and reviewed commits touching docs/ and .github/aw/ since then via the GitHub API (shallow local clone, no full git log/git diff history available). Most .github/aw/ content was already kept current by other automated PRs merged in the same window. Found and fixed two remaining gaps: 1) cli-commands.md was missing gh aw format (#59971), gh aw json-schema (#59720), and the gh aw logs --ignore-workflow-runs flag (#59697), all confirmed CLI-only (no MCP tool registered) via pkg/cli/mcp_server.go. 2) syntax-core.md was missing the new on.report-blocked-version frontmatter field (#59747), a sibling of the already-documented stale-check/check-for-updates. Audits performed: release/change audit against ~35 commits since v0.88.7; size audit (all .github/aw files under limits, largest touched file cli-commands.md at 329 of 400 lines); duplication audit (no new duplication, entries slot into existing tables); accuracy audit (cross-checked against format_command.go, json_schema_command.go, logs_command.go, mcp_server.go, and main_workflow_schema.json). Before/after line counts: cli-commands.md 298 to 329, syntax-core.md 171 to 173. Note: the steering issue reference for this run was empty, so no steering comments were checked.

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 · ⌖ 32.6 AIC · ⊞ 7.2K · ◷

  • expires on Sep 13, 2026, 12:47 AM UTC-08:00

Document CLI surfaces and a frontmatter field added since v0.88.7 that
were missing from .github/aw/*.md.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot This PR is still open without a follow-up status update. Please inspect the current review and check state, refresh the branch if needed, and run the pr-finisher skill before handing this back to maintainers.

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

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 · 45.9 AIC · ⊞ 9.3K · ◷
Comment /souschef to run again

Copilot AI commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

@copilot This PR is still open without a follow-up status update. Please inspect the current review and check state, refresh the branch if needed, and run the pr-finisher skill before handing this b...

Ran pr-finisher on this PR. Status:

  • ✅ Reviews — no review threads and no reviews on the PR; nothing unresolved to address.
  • ✅ Checks (local) — make agent-report-progress passes (fmt/lint/schema freshness/impacted tests). No workflow markdown or Go changes, so no recompile needed.
  • ❓ Checks (CI) — no CI status checks are reported on head b0d476a (only the in-progress agent check). Agent pushes do not trigger workflows, so CI needs a maintainer re-trigger to produce a signal.
  • ✅ Mergeable — branch base matches current main head (e06f6fd), not behind, no conflicts. mergeable_state is blocked only because required human approval is missing.

Actions taken: re-verified the documented surfaces against the code (pkg/cli/format_command.go, pkg/cli/json_schema_command.go, the --ignore-workflow-runs flag in pkg/cli/logs_command.go, and on.report-blocked-version in pkg/workflow); all entries are accurate. Discarded unrelated generated-file drift in the sandbox (action_pins.json / release.lock.yml) so the PR stays docs-only — no new commits were needed.

Hand-off: CI must be re-triggered by a maintainer (close/reopen, workflow_dispatch, or a maintainer push), then the PR needs human review approval before merge.

@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot This PR is still open without a fresh follow-up after the last sous-chef prompt. Please re-check the current review and check state, refresh the branch if needed, and run the pr-finisher skill before handing this back to maintainers.

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

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

Copilot AI commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

@copilot This PR is still open without a fresh follow-up after the last sous-chef prompt. Please re-check the current review and check state, refresh the branch if needed, and run the pr-finisher sk...

Re-ran pr-finisher. State is unchanged since the last pass — no new commits were needed.

  • ✅ Reviews — still zero reviews and zero review threads on the PR; gh-aw-bot is a requested reviewer but has not submitted anything.
  • ✅ Checks (local) — make agent-report-progress passes again (build, fmt/lint of changed files, schema freshness, impacted tests). Diff is docs-only: .github/aw/cli-commands.md (+31) and .github/aw/syntax-core.md (+2).
  • ❓ Checks (CI) — no CI workflow checks are reported on head b0d476a; the only check runs are the copilot agent jobs. Agent pushes don't trigger workflows, so this still needs a maintainer re-trigger.
  • ✅ Mergeable — base main is still at e06f6fd, which is this branch's parent, so the branch is not behind and has no conflicts. mergeable_state: blocked reflects the missing required approval only.

Actions taken this pass: discarded regenerated local drift in action_pins.json / release.lock.yml (produced by the sandbox build/sync step, not part of this PR) to keep the change docs-only.

Hand-off: a maintainer needs to re-trigger CI (close/reopen, workflow_dispatch, or a maintainer push) and approve the PR before merge.

@pelikhan
pelikhan merged commit 400bc98 into main Sep 11, 2026
2 checks passed
@pelikhan
pelikhan deleted the instructions-sync-v0.88.7-followup-2b66ecf792b29224 branch September 11, 2026 12:35
@github-actions

Copy link
Copy Markdown
Contributor Author

🎉 This pull request is included in a new release.

Release: v0.89.5

github-actions Bot added a commit that referenced this pull request Sep 13, 2026
… changes

Fixes three accuracy gaps found since the last instructions sync (v0.88.7, PR #60231):
- target: enforcement (#60362) was undocumented: when target is "triggering" or a fixed
  number, model-supplied issue/PR numbers are ignored, not merely validated.
- The new global body-footer: field (#60275, additive with per-handler body-footer) was
  missing from safe-outputs-runtime.md.
- gh aw update now accepts a package URL/name to update all workflows from that package
  (#60452); cli-commands.md only showed single-workflow and bulk update forms.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.

3 participants