Skip to content

chore(release): 0.13.0 — parallel batch rendering#69

Merged
jbrecht merged 1 commit into
mainfrom
release-0.13.0
Jun 16, 2026
Merged

chore(release): 0.13.0 — parallel batch rendering#69
jbrecht merged 1 commit into
mainfrom
release-0.13.0

Conversation

@jbrecht

@jbrecht jbrecht commented Jun 16, 2026

Copy link
Copy Markdown
Owner

Lockstep minor release. Bumps tutorial-forge and tutorial-forge-cli to 0.13.0.

Highlights

New exports: mapLimit, silentTTSResult, loadTTSResultIfPresent. New CLI flag + renderConcurrency config.

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)

git checkout main && git pull && pnpm install && pnpm build
pnpm --filter tutorial-forge publish        # core FIRST
pnpm --filter tutorial-forge-cli publish
git tag v0.13.0 && git push origin v0.13.0

🤖 Generated with Claude Code

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>
@jbrecht jbrecht merged commit 21d55b5 into main Jun 16, 2026
1 check 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