Follow-up from wright#143 (PR #149, merged).
The workshop-rs cutover introduced a thin adapter: crates/wright-workshop is a pub use workshop_rs::* re-export, and wright-ir re-exports wir/settings/source/shared IR infra from workshop-rs. Each shim documents its removal path in code comments.
Completion criteria:
- No
wright-workshop adapter once opy-rs extraction (v0.3) makes direct workshop_rs consumption the default for remaining call sites.
wright-ir retains only HIR/lowering content owned by opy-rs; workshop-rs types are consumed directly.
- No second canonical Workshop implementation appears (removal path tracked here).
Relevant: wright#135 v0.2 (adapter is accepted cutover mechanism with documented removal path).
Follow-up from wright#143 (PR #149, merged).
The workshop-rs cutover introduced a thin adapter:
crates/wright-workshopis apub use workshop_rs::*re-export, andwright-irre-exportswir/settings/source/shared IR infra from workshop-rs. Each shim documents its removal path in code comments.Completion criteria:
wright-workshopadapter onceopy-rsextraction (v0.3) makes directworkshop_rsconsumption the default for remaining call sites.wright-irretains only HIR/lowering content owned byopy-rs; workshop-rs types are consumed directly.Relevant: wright#135 v0.2 (adapter is accepted cutover mechanism with documented removal path).