PACK tickets: the OFS-only pack-log format

dog/git pack-log format work: index-emit (PIDX), the pack writer, and delta encoding. The store is *offset-only* — OFS_DELTA against an earlier object in the SAME pack, never REF_DELTA; a cross-pack base is stored RAW and reclaimed at GIT-006 recompaction (PackLog). Read side / LSM index shape live in Indices; keeper-side pool/wire in KEEP. Fix-and-land via Issues.

Open