Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 862 Bytes

File metadata and controls

7 lines (4 loc) · 862 Bytes

MetaCompressor

Deterministic lossless compression (chunking, deduplication, Zstandard). See pyproject.toml for install and CLI entry mc. For lint/tests locally: pip install -e ".[dev]" then ruff check metacompressor scripts benchmarks, black --check metacompressor scripts benchmarks, and pytest metacompressor/tests. Git hooks: pre-commit install && pre-commit install --hook-type pre-push then pre-commit run --all-files (and pre-push runs full pytest via scripts/run_precommit_pytest.py).

Repository layout

Working contract (stay current): docs/METACOMPRESSOR_WORKING_CONTRACT.md. Governance: AGENTS.md. Layout: docs/repository-layout-policy.md. ADRs: docs/adr/. CI: .github/workflows/ci.yml.