You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Train position: 25 of 26
Phase: P3 — Ecosystem trust and broad adoption
Problem
The v2 framework is intentionally incompatible with the 1.x API, but first-party consumers and distribution are coupled today: Base accepts only compatible 1.* libraries, Base and Base Demo pin v1.4.0 and v1.3.0 release commits in CI, and Homebrew's unversioned Base formula depends on the latest base-bash-libs formula. Publishing the v2 formula before a compatible Base release would break existing Homebrew Base installations.
Acceptance criteria
Inventory every first-party API use, version gate, full-SHA pin, fixture, workflow, formula, bottle, active document, and release contract across base, base-demo, homebrew-base, and every other Basefoundry repository discovered before cutover.
Migrate Base from its current case 1.* / minimum 1.3.0 gate and legacy function names to an explicit supported v2 contract, with no dependency on compatibility aliases.
Update every Base CI pin, Base Demo's Base and base-bash-libs pins, validators, fixtures, messages, documents, and end-to-end tests to the exact verified v2 artifact and compatible Base release.
Update Homebrew to the canonical v2.0.0 GA release asset—not the previously used automatic tag-archive URL—plus its checksum, version assertions, and bottles while retaining version_scheme 1; update and bottle the dependent Base formula in the same tap change so no stable formula combination exposes Base 1.x code to v2 libraries.
Validate source-checkout, Homebrew, vendor, and bundle paths against the same v2 release candidate on supported macOS and Linux environments.
Document and rehearse the publish order: v2 RC validation; Base migration and release preparation; base-bash-libs v2.0.0 GA; compatible Base release; atomic tap formula and bottle promotion; Base Demo pin and release update.
Document a rollback that moves the tap formulas and first-party pins back as compatible pairs without deleting, moving, or reusing published tags.
Remove stale active references to “compatible later 1.x,” the 1.3.0 minimum, v1.4.0/v1.3.0 pins, and pre-v2 API assertions.
Prove the coordinated cutover with green release, integration, and upgrade checks and record links to every cross-repository PR and release in this issue.
Parent: #214
Train position: 25 of 26
Phase: P3 — Ecosystem trust and broad adoption
Problem
The v2 framework is intentionally incompatible with the 1.x API, but first-party consumers and distribution are coupled today: Base accepts only compatible
1.*libraries, Base and Base Demo pin v1.4.0 and v1.3.0 release commits in CI, and Homebrew's unversioned Base formula depends on the latestbase-bash-libsformula. Publishing the v2 formula before a compatible Base release would break existing Homebrew Base installations.Acceptance criteria
base,base-demo,homebrew-base, and every other Basefoundry repository discovered before cutover.case 1.*/ minimum 1.3.0 gate and legacy function names to an explicit supported v2 contract, with no dependency on compatibility aliases.base-bash-libspins, validators, fixtures, messages, documents, and end-to-end tests to the exact verified v2 artifact and compatible Base release.version_scheme 1; update and bottle the dependent Base formula in the same tap change so no stable formula combination exposes Base 1.x code to v2 libraries.Dependencies