Skip to content

chore: rename DAG runner from proof to oven - #1

Merged
tonyketcham merged 1 commit into
mainfrom
rename/proof-to-oven
Aug 13, 2026
Merged

chore: rename DAG runner from proof to oven#1
tonyketcham merged 1 commit into
mainfrom
rename/proof-to-oven

Conversation

@tonyketcham

Copy link
Copy Markdown
Contributor

Summary

  • Sweep every runner identifier per the branding decision: package @flatbread/proof -> @flatbread/oven, bins proof/proof-supervisor -> oven/oven-supervisor, skill proof -> oven, agent proof-runtime-skeptic -> oven-runtime-skeptic, state dir .proof/ -> .oven/, artifacts dir .flatbread/artifacts/ -> .oven/artifacts/, log prefix [proof] -> [oven], GitHub repo FlatbreadLabs/proof -> FlatbreadLabs/oven.
  • The memory product keeps the Proof name; this repo is the runner only.
  • Cleaned two leftover .flatbread references in README.md and .prettierignore that the earlier pass missed.

Test plan

  • pnpm install from a fresh clone
  • pnpm typecheck passes
  • pnpm build produces dist/
  • pnpm test (AVA suite) passes
  • pnpm lint passes
  • pnpm exec oven --init-only --dag .cursor/skills/oven/examples/example_dag.json --canvas-path /tmp/oven-pr.canvas.tsx writes the canvas
  • rg -i 'proof' --glob '!node_modules' --glob '!dist' returns nothing

Made with Cursor

Sweep every runner identifier per the branding decision: package
`@flatbread/proof` -> `@flatbread/oven`, bins `proof`/`proof-supervisor`
-> `oven`/`oven-supervisor`, skill `proof` -> `oven`, agent
`proof-runtime-skeptic` -> `oven-runtime-skeptic`, state dir `.proof/`
-> `.oven/`, artifacts dir `.flatbread/artifacts/` -> `.oven/artifacts/`,
log prefix `[proof]` -> `[oven]`, GitHub repo `FlatbreadLabs/proof` ->
`FlatbreadLabs/oven`. The memory product keeps the Proof name; this
repo is the runner only.

Co-authored-by: Cursor <cursoragent@cursor.com>
@tonyketcham
tonyketcham merged commit 5e5d8f9 into main Aug 13, 2026
5 of 6 checks passed
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.

1 participant