test: workflow v2-flow tarballs in flight-booking-app#42
Draft
VaguelySerious wants to merge 6 commits intomainfrom
Draft
test: workflow v2-flow tarballs in flight-booking-app#42VaguelySerious wants to merge 6 commits intomainfrom
VaguelySerious wants to merge 6 commits intomainfrom
Conversation
Replace `workflow`, `@workflow/ai`, and `@workflow/world-postgres` with the workflow-docs preview tarballs from the `peter/v2-flow` branch, and extend `pnpm.overrides` so transitive `@workflow/*` packages also resolve to the same preview deployment. Note: tarball URLs include `x-vercel-protection-bypass` because the workflow-docs project has SSO protection enabled. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Update lockfile integrity hashes for the workflow-docs preview tarballs to match the latest deployment of the `peter/v2-flow` branch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The workflow-docs preview deployment for `peter/v2-flow` now includes 8b66060bbd which fixes the `MODULE_NOT_FOUND: './world.js'` from `getWorldLazy`. Lockfile has no integrity pin for these tarball deps, so a fresh install will pull the new build. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Use the dedicated tarballs preview (https://workflow-tarballs-git-peter-v2-flow.labs.vercel.dev) which has no SSO protection, so the package URLs no longer need the x-vercel-protection-bypass query parameter. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Update lockfile integrity hashes for the latest workflow-tarballs preview build of the `peter/v2-flow` branch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
workflow,@workflow/ai, and@workflow/world-postgreswith workflow-docs preview tarballs frompeter/v2-flow.pnpm.overridesfor all transitive@workflow/*packages so they resolve to the same preview deployment.Notes
?x-vercel-protection-bypass=…because theworkflow-docsVercel project has SSO protection on. This is the existing automation-bypass secret on the project.pnpm installpasses locally. Peer-dep warning about@workflow/aiwanting beta-3 of workflow vs beta-4 found is benign — both versions come from the same v2-flow build.Test plan
pnpm installpasses locally🤖 Generated with Claude Code