Tidy encoder and add comprehensive STATUS documentation
Encoder improvements:
- Add RLE block support for repetitive data (massive compression)
- Fix block header encoding (block_type in bits 1-2)
- Remove duplicate zstd_magic constant
Code cleanup:
- Refactor duplicated code in huffman.ml write_header
- Add comprehensive module documentation for encoder limitations
- Document future work for FSE-compressed blocks
STATUS.md updates:
- Add detailed feature comparison vs C zstd library
- Document decoder (~95% complete) and encoder (~40% complete)
- Add test coverage summary (22 tests passing)
- Document interoperability verification with C zstd
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>