Skip to content

[aw-compat] Daily compatibility report: 6/20 repos fail strict compile (2026-05-04) #30123

@github-actions

Description

@github-actions

Overview

The daily cross-repo compatibility run tested 20 public repositories using gh-aw lock files against the latest local build (ff0acb2-dirty). 14 repositories compiled cleanly after gh aw fix --write; 6 still fail. One regression was introduced by the fix pass.

Results Summary

Status Count
✅ Compile pass (after fix) 14
❌ Compile fail (after fix) 6
🔄 Fixed by gh aw fix --write 1 workflow file
⚠️ Regression introduced by fix 1 repo (1→3 errors)

Failures

Repository Stars Error Signature Fixed by fix?
github/gh-aw-firewall 64 sandbox.agent missing id (34 workflows) ❌ No
github/gh-aw-mcpg 125 sandbox.mcp.container internal prop (9 workflows) ❌ No
Medal-Social/Pilot 2 Empty features: after fix (regression) ❌ No
pelikhan/github-agentic-workflows 6 Unknown GitHub tool get_pull_request_files ❌ No
ms-mfg-community/day-in-the-life-copilot-lab 4 add-pr-commentadd-comment rename not in fix ❌ No
githubnext/gh-aw-trial-oxpecker-test 3 actions/checkout without persist-credentials: false ❌ No

Fix Regression — Medal-Social/Pilot ⚠️

gh aw fix --write applied the tools.mount-as-clistools.cli-proxy rename across 7 workflows in Medal-Social/Pilot. This removed mcp-cli from the features: block in 3 workflows, leaving features: as a null value:

# After fix (broken):
features:
source: github/gh-aw/.github/workflows/plan.md@88690ac

The compiler then rejects this with got null, want object. Expected format: {}. The fix codemod must clean up the parent key when all its children are removed.

View per-repo compile detail

github/gh-aw-firewall (34 errors)

strict mode: 'sandbox.agent' must specify an explicit 'id' (e.g., id: awf).
Affects all 34 workflows — none have an id field on sandbox.agent.

github/gh-aw-mcpg (9 errors)

strict mode: 'sandbox.mcp.container' is not allowed because it is an
internal implementation detail. Remove 'sandbox.mcp.container' or set
'strict: false' to disable strict mode.

pelikhan/github-agentic-workflows (1 error)

.github/workflows/package-security-check.md:1:1:
error: Unknown GitHub tool(s): get_pull_request_files

ms-mfg-community/day-in-the-life-copilot-lab (1 error)

.github/workflows/code-review.md:17:3:
error: Unknown property: add-pr-comment. Did you mean 'add-comment'?

githubnext/gh-aw-trial-oxpecker-test (1 error)

.github/workflows/daily-test-improver.md:1:1:
error: strict mode: actions/checkout step(s) without 'persist-credentials: false'
detected in the agent job: 'Checkout repository'.

Deprecation Warnings (non-fatal)

Several repos emit deprecation warnings that do not block compilation:

References: §25311389054

Generated by Daily AW Cross-Repo Compile Check · ● 642.2K ·

  • expires on May 11, 2026, 9:44 AM UTC

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions