[ arbadacarbaYK/gittr ] Clarify: localStorage stores both npub and hex, bridge only stores hex with symlink
- localStorage stores BOTH: entity (npub) and ownerPubkey (hex)
- Bridge filesystem stores ONLY hex pubkey
- Bridge creates npub symlink for compatibility (filesystem-only, not in localStorage)
- Clarify that symlink is NOT stored in localStorage - it's a bridge filesystem feature
- Update push workflow to show how both formats are used
[ arbadacarbaYK/gittr ] CRITICAL: Remove arbitrary file limits and document pubkey vs npub usage
- Remove 50-file limit from emergency GitHub fetch (was preventing all files from being pushed)
- Remove 100-file limit from file list fetching
- Fetch ALL files, not just a subset
- Add PUBKEY_VS_NPUB.md documenting when to use hex vs npub format
- Clarify NIP-34 compliance: clone URLs use npub, storage uses hex with symlink