Goal
Make interop between contextweaver's internal types and the canonical weaver_contracts types cheap and explicit. This ensures contextweaver can produce and consume spec-compliant data structures without manual translation.
Scope
A minimal mapping layer that converts between:
- contextweaver internal types ↔
weaver_contracts Core types:
SelectableItem
ChoiceCard
RoutingDecision
Frame
Acceptance Criteria
Why
Per weaver-spec, the contracts are the interfaces. Without explicit adapters, each integration will implement its own ad-hoc mapping, leading to inconsistencies and subtle bugs.
Context
Part of Milestone E0 — Connect + Align Boundaries.