Skip to content

feat: pass clientSteps through in contract-based module specification#7141

Merged
isaacroldan merged 1 commit intomainfrom
04-01-feat_pass_clientsteps_through_in_contract-based_module_specification
Apr 1, 2026
Merged

feat: pass clientSteps through in contract-based module specification#7141
isaacroldan merged 1 commit intomainfrom
04-01-feat_pass_clientsteps_through_in_contract-based_module_specification

Conversation

@isaacroldan
Copy link
Copy Markdown
Contributor

WHY are these changes introduced?

Fixes #0000

WHAT is this pull request doing?

How to test your changes?

Post-release steps

Measuring impact

How do we know this change was effective? Please choose one:

  • n/a - this doesn't need measurement, e.g. a linting rule or a bug-fix
  • Existing analytics will cater for this addition
  • PR includes analytics changes to measure impact

Checklist

  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • I've considered possible documentation changes

Co-authored-by: Claude Code <claude-code@anthropic.com>
Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@isaacroldan isaacroldan marked this pull request as ready for review April 1, 2026 08:25
@isaacroldan isaacroldan requested a review from a team as a code owner April 1, 2026 08:25
Copilot AI review requested due to automatic review settings April 1, 2026 08:25
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

We detected some changes at packages/*/src and there are no updates in the .changeset.
If the changes are user-facing, run pnpm changeset add to track your changes and include them in the next release CHANGELOG.

Caution

DO NOT create changesets for features which you do not wish to be included in the public changelog of the next CLI release.

Copy link
Copy Markdown

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

This PR ensures contract-based module specifications preserve clientSteps so downstream build/deploy logic can execute the intended client step pipeline for those modules.

Changes:

  • Pass clientSteps through from createContractBasedModuleSpecification into createExtensionSpecification.

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

@isaacroldan isaacroldan added this pull request to the merge queue Apr 1, 2026
Merged via the queue into main with commit 644636b Apr 1, 2026
32 checks passed
@isaacroldan isaacroldan deleted the 04-01-feat_pass_clientsteps_through_in_contract-based_module_specification branch April 1, 2026 13:18
appModuleFeatures: spec.appModuleFeatures,
experience: spec.experience,
buildConfig: spec.buildConfig ?? {mode: 'none'},
clientSteps: spec.clientSteps,
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Thanks for fixing this. Could we add a unit test to prevent the same issue from resurfacing?

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.

Good idea! Added in #7144

shopify-river bot pushed a commit that referenced this pull request Apr 1, 2026
…on factories

Ensures clientSteps is properly forwarded in createContractBasedModuleSpecification,
createExtensionSpecification, and createConfigExtensionSpecification.

Prevents regression of the bug fixed in #7141 where clientSteps was accidentally
dropped from createContractBasedModuleSpecification during a conflict resolution,
breaking channel_config extension builds.
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.

5 participants