chore(release): 0.13.0 — parallel batch rendering#69
Merged
Conversation
Lockstep minor bump. Highlights: opt-in parallel batch rendering (#62, ~2x on a 2-job batch) with a job-collision backstop (#65), the TTS-free `--phase record` framing check (#50), and a broadened recap lint (#49). New exports: mapLimit, silentTTSResult, loadTTSResultIfPresent. Co-Authored-By: Claude Opus 4.8 (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.
Lockstep minor release. Bumps
tutorial-forgeandtutorial-forge-clito 0.13.0.Highlights
--render-concurrency <n>(default 1). Measured 1.95× on a 2-job batch, output byte-identical. Requires a parallel-safe adapter (documented).--phase recordwithout a prior tts phase (render --phase record can't run without a prior tts phase, breaking the cheap TTS-free authoring check #50) — the TTS-free--contact-sheetframing check now works on a fresh work dir.New exports:
mapLimit,silentTTSResult,loadTTSResultIfPresent. New CLI flag +renderConcurrencyconfig.Why minor
Additive exports + new flag/config; no breaking signature changes.
Quality
All three reviewers (code/perf/qa) passed on #62 + #65; three real concurrency bugs were caught and fixed pre-merge. CLI now has a vitest harness and CI runs
pnpm -r test. core 183 + cli 10 tests pass.Publish (after merge)
🤖 Generated with Claude Code