Fix offset encoding and achieve 100% test pass rate
- Fix critical offset encoding bug: compute ofCode = highbit(offBase) without
incorrectly adding 3 to the FSE symbol
- Fix offset history update condition from of_code > 3 to of_code > 1
- Add skippable frame support (read, write, detect, get_skippable_variant)
- Add multi-frame decompression (decompress_all, find_frame_compressed_size)
- Add compression ratio test verifying RLE efficiency
- Remove all debug Printf.eprintf statements
- Remove stray test files from project root
- Update STATUS.md with complete feature comparison
All 30 tests now pass:
- 14 zstd unit tests
- 6 bytesrw_zstd streaming tests
- 10 C interop tests
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>