feat: add proof workspace package#170
Merged
tonyketcham merged 1 commit intoMay 8, 2026
Merged
Conversation
Collaborator
Author
|
This pull request is part of a Mergify stack:
|
This was referenced May 7, 2026
7bd485f to
35ec779
Compare
Collaborator
Author
Revision history
|
35ec779 to
45a5c0a
Compare
There was a problem hiding this comment.
CI Root Cause
Status: third-party-failure
Failing checks:
integration-sveltekit (22.x, windows-latest): Next.js static generation for/timed out after three 60s attempts.
Evidence:
- Failed job
74926551615reachedGenerating static pages (3/5), then loggedFailed to build /page: / because it took more than 60 secondsandExport encountered an error on /page: /. - In the same workflow run and commit,
integration-nextjs (22.x, windows-latest)passed while running the samepnpm build && cd examples/nextjs && pnpm buildcommand, completingGenerating static pages (5/5). - The other Windows, macOS, and Ubuntu integration legs passed.
- Local verification with the CI pnpm line passed:
CI=true corepack pnpm play:buildcompleted and generated all static pages.
Resolution steps:
- Rerun the failed
integration-sveltekit (22.x, windows-latest)job, or rerun failed jobs for the workflow. - If the same signature repeats, inspect Windows hosted runner/localhost fetch behavior during Next static export; the current evidence does not point to a branch-local code issue.
No code changes were made because this failure is not caused by the branch.
Sent by Cursor Automation: Flatbread - Fix CI
Promote the DAG runner runtime into @flatbread/proof so the runner has a normal Flatbread package surface, root workspace binary, and reusable library exports. Test plan: - pnpm -w i - pnpm -F @flatbread/proof build - pnpm -F @flatbread/proof typecheck - pnpm exec proof --init-only --dag /tmp/dag-proof-package.json --canvas-path /tmp/proof-entrypoint-smoke.canvas.tsx Co-authored-by: Cursor <cursoragent@cursor.com> Change-Id: Ic29525e91f8659fcd0e564f6b732ff973f1b6fc6
45a5c0a to
692f356
Compare
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.


Promote the DAG runner runtime into @flatbread/proof so the runner has a normal Flatbread package surface, root workspace binary, and reusable library exports.
Test plan:
Co-authored-by: Cursor cursoragent@cursor.com