[codex] phase1: bridge root excision (no metasignature redesign) - #64
Merged
Conversation
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.
Summary
This PR executes Phase 1: Bridge Root Excision by removing the legacy bridge crates from the workspace while intentionally preserving current runtime contracts.
Problem and Root Cause
The repository still carried the legacy bridge runtime and derive macro crates even after facet-based typed parity work was completed. Those crates increased maintenance overhead and obscured the intended architecture by keeping dead roots alive.
What Changed
crates/baml-bridgeentirely.crates/baml-bridge-deriveentirely.bamltype::compat,LegacySignature,LegacyPredict,MetaSignature, optimizer APIs).User Impact
Verification
All requested gates were executed successfully:
rg -n "baml-bridge|baml_bridge|baml-bridge-derive" /Users/darin/src/personal/DSRs --glob '!target/**'cargo check --workspacecargo fmt --allcargo clippy --workspace --all-targets -- -D warningscargo test -p bamltype --testscargo test -p dsrs_macros --testscargo test -p dspy-rs --testscargo test -p dspy-rs --test test_bamltype_attr_contractcargo test -p dspy-rs --test test_bamltype_docs_contractcargo test -p dsrs_macros --test signature_derivecargo test --workspaceFollow-up (Phase 2)