docs(proof): add package README#173
Merged
tonyketcham merged 4 commits intoMay 8, 2026
Merged
Conversation
Collaborator
Author
|
This pull request is part of a Mergify stack:
|
This was referenced May 7, 2026
e4cc256 to
d8435f7
Compare
f159a01 to
eec66e2
Compare
Collaborator
Author
Revision history
|
d8435f7 to
c70b3c1
Compare
eec66e2 to
b91daec
Compare
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
Point Flatbread agent workflow docs at the new proof skill while keeping dag-task-runner as a clear compatibility handoff for existing project bindings. Test plan: - pnpm exec proof --init-only --dag .cursor/skills/proof/examples/example_dag.json --canvas-path /tmp/proof-docs-smoke.canvas.tsx Co-authored-by: Cursor <cursoragent@cursor.com> Change-Id: Ic67730c0f5b9329a67b8f6322acc1411e8a716fc
Drop the copied dag-task-runner runtime and example bundle now that @flatbread/proof owns the runtime and .cursor/skills/proof owns the canonical project skill entrypoint. Test plan: - pnpm exec proof --init-only --dag .cursor/skills/proof/examples/example_dag.json --canvas-path /tmp/proof-legacy-cleanup.canvas.tsx - pnpm exec proof --dry-check-cmds --dag .cursor/skills/proof/examples/example_dag.json Co-authored-by: Cursor <cursoragent@cursor.com> Change-Id: I2858ac0eaeef6cadaeb399d0233a1fa2a9c20f17
Document quick start, DAG shape, Cursor skill entry, supervisor flow, and library exports for consumers browsing packages/proof on GitHub. Test plan: - pnpm exec prettier --check packages/proof/README.md Co-authored-by: Cursor <cursoragent@cursor.com> Change-Id: I1b0148ae12ad9d287181584ac7afb93ebe78b6fd
b91daec to
3eafa04
Compare
c70b3c1 to
46c3576
Compare
Base automatically changed from
stack/tonyketcham/feat/proof-package/remove-legacy-dag-task-runner-bundle--2858ac0e
to
main
May 8, 2026 01:15
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.
Document quick start, DAG shape, Cursor skill entry, supervisor flow, and
library exports for consumers browsing packages/proof on GitHub.
Test plan:
Co-authored-by: Cursor cursoragent@cursor.com
Depends-On: #172