CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
THIRD_PARTY_NOTICES.md
pyproject.toml
setup.py
config/baseline-policy.json
config/fixed-sign-sampled-channel-probe-v1.json
config/initial-gates.json
config/public-json-estimator-train-v1.json
config/public-json-estimator-validation-v1.json
config/public-json-v1.json
config/public-starter-v1.json
config/stability-gates.json
config/token-channel-estimator-v1.json
docs/corpus-protocol.md
docs/file-format.md
docs/release-checklist.md
docs/release-readiness.md
docs/benchmarks/2026-07-15-adaptive-v2.md
docs/benchmarks/2026-07-15-adaptive-v3-alpha.md
docs/benchmarks/2026-07-15-calibrated-native.md
docs/benchmarks/2026-07-15-context-xor-predictor.md
docs/benchmarks/2026-07-15-decision-rerun.md
docs/benchmarks/2026-07-15-expanded-json-decision.md
docs/benchmarks/2026-07-15-expanded-json-protocol.md
docs/benchmarks/2026-07-15-fixed-sign-sampled-probe-decision.md
docs/benchmarks/2026-07-15-fixed-sign-sampled-probe-protocol.md
docs/benchmarks/2026-07-15-fused-decode.md
docs/benchmarks/2026-07-15-isolated-decision.md
docs/benchmarks/2026-07-15-json-estimator-protocol.md
docs/benchmarks/2026-07-15-json-estimator-training-decision.md
docs/benchmarks/2026-07-15-multi-order-probability-model.md
docs/benchmarks/2026-07-15-public-starter-integration.md
docs/benchmarks/2026-07-15-sampled-channel-probe-protocol.md
docs/benchmarks/2026-07-15-sampled-dictionary-ranking.md
docs/benchmarks/2026-07-15-stability.md
docs/benchmarks/2026-07-15-streaming-decode.md
docs/benchmarks/2026-07-15-structured-text-alpha.md
docs/benchmarks/2026-07-15-structured-text-performance.md
docs/benchmarks/2026-07-15-stx2-command-stream.md
docs/benchmarks/2026-07-15-token-side-channel.md
docs/benchmarks/2026-07-15-transform-smoke.md
docs/benchmarks/2026-07-15-whole-frame-decode.md
docs/benchmarks/2026-07-16-release-candidate.md
native/Cargo.lock
native/Cargo.toml
native/src/lib.rs
runs/fixed-sign-sampled-probe-validation.json
runs/sampled-channel-probe-training-repeat.json
runs/sampled-channel-probe-training.json
scripts/bootstrap-macos-baselines.sh
scripts/build-native.sh
scripts/evaluate-fixed-sign-sampled-probe.py
scripts/fetch-public-starter.py
scripts/fuzz_frames.py
scripts/probe-token-channels.py
scripts/run-release-benchmark.sh
scripts/run-stability.sh
scripts/train-sampled-channel-probe.py
scripts/train-token-channel-estimator.py
scripts/wait-for-quiet-host.py
src/compression_lab.egg-info/PKG-INFO
src/compression_lab.egg-info/SOURCES.txt
src/compression_lab.egg-info/dependency_links.txt
src/compression_lab.egg-info/entry_points.txt
src/compression_lab.egg-info/not-zip-safe
src/compression_lab.egg-info/requires.txt
src/compression_lab.egg-info/top_level.txt
src/compresslab/__init__.py
src/compresslab/__main__.py
src/compresslab/adaptive_v3.py
src/compresslab/api.py
src/compresslab/cli.py
src/compresslab/codecs.py
src/compresslab/corpus.py
src/compresslab/gates.py
src/compresslab/metrics.py
src/compresslab/models.py
src/compresslab/native.py
src/compresslab/py.typed
src/compresslab/release_evidence.py
src/compresslab/runner.py
src/compresslab/stability.py
src/compresslab/structured_text.py
src/compresslab/worker.py
tests/test_adaptive.py
tests/test_api.py
tests/test_channel_estimator.py
tests/test_codecs.py
tests/test_corpus.py
tests/test_gates.py
tests/test_metrics.py
tests/test_release_evidence.py
tests/test_runner.py
tests/test_security.py
tests/test_structured_text.py
tests/test_worker.py