Skip to content

recompile: restore source ↔ lock parity for 2 drifted workflows#36703

Merged
pelikhan merged 2 commits into
mainfrom
copilot/deep-report-batch-recompile-lock-drift
Jun 3, 2026
Merged

recompile: restore source ↔ lock parity for 2 drifted workflows#36703
pelikhan merged 2 commits into
mainfrom
copilot/deep-report-batch-recompile-lock-drift

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 3, 2026

Two .lock.yml files had stale body_hash metadata, causing source ↔ lock drift detected by the recompile-check CI.

Changes

  • Recompiled daily-ambient-context-optimizer.lock.ymlbody_hash updated to match current source
  • Recompiled deep-report.lock.ymlbody_hash updated to match current source

Generated by running gh-aw compile --validate --verbose --purge across all 239 workflows; these were the only 2 that differed.

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot AI changed the title [WIP] Batch-recompile out-of-sync agentic workflows recompile: restore source ↔ lock parity for 2 drifted workflows Jun 3, 2026
Copilot AI requested a review from gh-aw-bot June 3, 2026 19:45
@pelikhan pelikhan marked this pull request as ready for review June 3, 2026 19:56
Copilot AI review requested due to automatic review settings June 3, 2026 19:56
@pelikhan pelikhan merged commit 8ca1ea1 into main Jun 3, 2026
@pelikhan pelikhan deleted the copilot/deep-report-batch-recompile-lock-drift branch June 3, 2026 19:56
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Restores source ↔ lock parity for two generated gh-aw workflow lockfiles by updating stale body_hash metadata so the recompile-check CI no longer flags drift.

Changes:

  • Updated body_hash in deep-report.lock.yml metadata to match the current workflow source.
  • Updated body_hash in daily-ambient-context-optimizer.lock.yml metadata to match the current workflow source.
Show a summary per file
File Description
.github/workflows/deep-report.lock.yml Updates generated lock metadata (body_hash) to eliminate source/lock drift.
.github/workflows/daily-ambient-context-optimizer.lock.yml Updates generated lock metadata (body_hash) to eliminate source/lock drift.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[deep-report] [quick-win] Batch-recompile out-of-sync agentic workflows (.lock.yml drift)

4 participants