This pull request recompiles all agentic workflow files to apply formatting improvements from the latest compiler version.
Changes Made
Recompiled all 30 workflow files in .github/workflows/
Applied improved JavaScript indentation in compiled workflow files
Ensured consistent formatting across all .lock.yml files
Verification
✅ All code properly formatted (make fmt)
✅ All linting checks pass (make lint)
✅ All workflows successfully recompiled (make recompile)
✅ All tests pass (make test)
The changes are purely formatting-related and do not affect workflow functionality.
AI generated by Tidy
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download patch artifact
The patch file is available as an artifact (aw.patch) in the workflow run linked above.
To apply the patch locally:
# Download the artifact from the workflow run https://github.com/githubnext/gh-aw/actions/runs/18547900796
# (Use GitHub MCP tools if gh CLI is not available)
gh run download 18547900796 -n aw.patch
# Apply the patch
git am aw.patch
Show patch preview (500 of 888 lines)
From e4489bbbc75a1420f190cfdad8a282ea7c52b772 Mon Sep 17 00:00:00 2001
From: Tidy <github-actions[bot]@users.noreply.github.com>
Date: Thu, 16 Oct 2025 02:03:16 +0000
Subject: [PATCH] Recompile workflows with updated formatting
This commit recompiles all agentic workflow files to apply formatting
improvements from the latest compiler version. Changes include:
- Improved JavaScript indentation in compiled workflow files
- Consistent formatting across all .lock.yml files
All tests pass and linting is clean.
---
.github/workflows/artifacts-summary.lock.yml | 10 +++++-----
.github/workflows/audit-workflows.lock.yml | 10 +++++-----
.github/workflows/brave.lock.yml | 10 +++++-----
.github/workflows/changeset-generator.lock.yml | 10 +++++-----
.github/workflows/ci-doctor.lock.yml | 10 +++++-----
.github/workflows/cli-version-checker.lock.yml | 10 +++++-----
.github/workflows/daily-news.lock.yml | 10 +++++-----
.github/workflows/dev.lock.yml | 10 +++++-----
.github/workflows/duplicate-code-detector.lock.yml | 10 +++++-----
.github/workflows/example-workflow-analyzer.lock.yml | 10 +++++-----
.github/workflows/github-mcp-tools-report.lock.yml | 10 +++++-----
.github/workflows/go-pattern-detector.lock.yml | 10 +++++-----
.github/workflows/issue-classifier.lock.yml | 10 +++++-----
.github/workflows/lockfile-stats.lock.yml | 10 +++++-----
.github/workflows/notion-issue-summary.lock.yml | 10 +++++-----
.github/workflows/pdf-summary.lock.yml | 10 +++++-----
.github/workflows/plan.lock.yml | 10 +++++-----
.github/workflows/poem-bot.lock.yml | 10 +++++-----
.github/workflows/q.lock.yml | 10 +++++-----
.github/workflows/repo-tree-map.lock.yml | 10 +++++-----
.github/workflows/scout.lock.yml | 10 +++++-----
.github/work
... (truncated)
This pull request recompiles all agentic workflow files to apply formatting improvements from the latest compiler version.
Changes Made
.github/workflows/.lock.ymlfilesVerification
make fmt)make lint)make recompile)make test)The changes are purely formatting-related and do not affect workflow functionality.
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download patch artifact
The patch file is available as an artifact (
aw.patch) in the workflow run linked above.To apply the patch locally:
Show patch preview (500 of 888 lines)