feat: add getUint to CBOR Value for unsigned integer extraction
getInt returns ?i64 which truncates values > i64 max. upstream AT Protocol
firehose seq numbers now exceed i64 max, so callers need direct u64 access.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>