release: promote Rezi to beta (v0.1.0-beta.1)#414
Conversation
Rewrite the README around the beta line: status and versioning policy, requirements with the prebuilt binary matrix, a short architecture overview, and contribution entry points. Refresh ROADMAP.md to reflect shipped work and the path to 1.0, and update status wording from pre-alpha to beta across the docs index, widget stability pages, protocol versioning notes, and constraint guides. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The JSX component layer is maintained by hand. These tests assert that every ui.* factory has a PascalCase component export, that every component maps back to a factory, and that every component is re-exported from the package index, so the wrapper layer cannot drift silently when core widgets change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Set all workspace and template versions to 0.1.0-beta.1, sync the lockfile, and add the changelog entry. Declare Bun support in the testkit engines field, matching the other runtime packages. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (29)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis pull request releases Rezi from ChangesRelease Versioning and Engine Support
Documentation Updates for Beta Status
JSX Factory-Component Parity Test
🎯 2 (Simple) | ⏱️ ~12 minutes Possibly Related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning Billing warning: we have not been able to collect payment for this subscription for more than 72 hours. Please update the payment method or pay any pending invoices in Billing to avoid service interruption. Comment |
Summary
Promotes Rezi from alpha to beta and prepares the
v0.1.0-beta.1release.ui.*factory surface in both directions (plus index re-export coverage), so the hand-maintained wrapper layer cannot drift silentlybun >= 1.3.0) inengines, matching the other runtime packages0.1.0-beta.1viascripts/release-set-version.mjs, lockfile synced, changelog entry addedValidation
npm run buildcleannpm run lintclean (987 files)npm run check:create-rezi-templatesOKnpm run typecheckOKRelease steps after merge
Per
docs/dev/releasing.md: do not mark the GitHub release as a prerelease; the workflow publishes with thelatestdist-tag.🤖 Generated with Claude Code