Skip to content

Commit b5bc8f1

Browse files
Mossakaclaude
andcommitted
fix: recompile workflows with gh-aw v0.42.11 and postprocess
The lock files were manually edited by Copilot instead of being generated through the proper gh-aw compile + postprocess pipeline. This caused all agent jobs to fail with TS18003 because sparse-checkout only fetched .github/.agents folders, missing src/ and package.json. Recompiled with gh-aw v0.42.11 and ran postprocess-smoke-workflows.ts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9161517 commit b5bc8f1

22 files changed

Lines changed: 245 additions & 263 deletions

.github/workflows/agentics-maintenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \
1414
# \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/
1515
#
16-
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.42.10). DO NOT EDIT.
16+
# This file was automatically generated by pkg/workflow/maintenance_workflow.go. DO NOT EDIT.
1717
#
1818
# To regenerate this workflow, run:
1919
# gh aw compile
@@ -47,7 +47,7 @@ jobs:
4747
pull-requests: write
4848
steps:
4949
- name: Setup Scripts
50-
uses: github/gh-aw/actions/setup@v0.42.10
50+
uses: github/gh-aw/actions/setup@v0.42.11-5-g59b2d5fe5
5151
with:
5252
destination: /opt/gh-aw/actions
5353

.github/workflows/build-test-bun.lock.yml

Lines changed: 8 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/build-test-cpp.lock.yml

Lines changed: 8 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/build-test-deno.lock.yml

Lines changed: 8 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/build-test-go.lock.yml

Lines changed: 8 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)