Skip to content

Sync squad workflow lock files for SQUAD_CLI_VERSION override - #50382

Merged
pelikhan merged 1 commit into
mainfrom
copilot/update-squad-npm-version
Aug 4, 2026
Merged

Sync squad workflow lock files for SQUAD_CLI_VERSION override#50382
pelikhan merged 1 commit into
mainfrom
copilot/update-squad-npm-version

Conversation

Copilot AI commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

The Squad bootstrap component already supports overriding the npm CLI version through the vars.SQUAD_CLI_VERSION repository variable, but the generated lock files for the importing workflows had drifted out of sync.

Existing override in .github/workflows/shared/squad.md

env:
  SQUAD_CLI_VERSION: ${{ vars.SQUAD_CLI_VERSION }}
run: npx --yes "@bradygaster/squad-cli@${SQUAD_CLI_VERSION:-0.11.0}" init --preset default

Set vars.SQUAD_CLI_VERSION at the repository/org level to pin a different release; unset falls back to 0.11.0.

Changes

  • Recompiled workflows (make recompile), refreshing the body hashes in squad-plan.lock.yml and squad-game-planner.lock.yml so the generated output matches the current shared component.

No behavioral change to the version-resolution logic itself.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI requested a review from pelikhan August 4, 2026 19:51
@pelikhan
pelikhan marked this pull request as ready for review August 4, 2026 19:54
Copilot AI balanced review requested due to automatic review settings August 4, 2026 19:54
@pelikhan
pelikhan merged commit 4c4023b into main Aug 4, 2026
@pelikhan
pelikhan deleted the copilot/update-squad-npm-version branch August 4, 2026 19:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Synchronizes generated Squad workflow lock metadata with the existing shared CLI-version override.

Changes:

  • Refreshes body hashes for both workflows importing shared/squad.md.
  • Leaves generated workflow behavior unchanged.
Show a summary per file
File Description
.github/workflows/squad-plan.lock.yml Updates the generated body hash.
.github/workflows/squad-game-planner.lock.yml Updates the generated body hash.

Review details

Tip

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

  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.85.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.

3 participants