Replace extract_schema with VIR schema path in bridge and tests
Add schema_map module to baml_bridge_cffi that maps VIR schema to
bex_program types, filtering @skip fields and propagating @alias,
@description attributes. Replace extract_schema in initialize_engine
with project_schema + schema_map. Update test infrastructure to use
VIR schema. Delete extract_schema entirely.