Expand description
Shared cross-protocol bridge contracts and runtime orchestration substrate.
This crate centralizes the reusable types needed by outward protocol edges so each bridge path shares one definition of provenance, attenuation, and receipt-lineage behavior rather than redefining it independently.
Modulesยง
- capability_
bridge - discovery
- error
- execution
- lifecycle
- orchestrator
- routing
- semantic_
hints - sync_
bridge_ shared - Compatibility-only synchronous bridge shim, shared by the outward protocol
edges (chio-a2a-edge, chio-acp-edge). The edges gate their use of it on
their own
compatibility-surfacefeature; the helper itself is always compiled here so both edges can depend on a single definition instead of textually including this file.