Add CBOR encoding for RPC transport
Implement type-safe CBOR codec for Rpc.t values using the cbort library,
providing a compact binary alternative to JSON-RPC encoding.
- Add rpc_cbor module with tagged encoding for Rpc.t variants
- Add transport abstraction with Json, Cbor, and Auto implementations
- Add cbort dependency (pinned from tangled.org)
- Clean up duplicate entries in findlibish preloaded list
- Add comprehensive tests for CBOR encoding/decoding
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>