poly-kv 0.1.0-alpha.3

Shared compressed KV-cache pool for multi-agent context. Two-tier codec policy (fib-quant cold + turbo-quant hot) with typed receipts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# PHASE 08 — Regression fixtures and validation scripts

Tasks:

1. Add `scripts/test_zpy_universal_packager_regression.py` or equivalent.
2. Add fixtures for Rust/Python/Node/Git/Docker/unsafe/Codex audit.
3. Wire tests into `scripts/run_next_validation.sh` or a new `scripts/run_zpy_validation.sh`.
4. Ensure existing `poly-kv` validators still pass.

Acceptance:

```bash
python3 scripts/test_zpy_hygiene_regression.py
python3 scripts/test_zpy_universal_packager_regression.py
python3 scripts/assert_source_package_hygiene.py --repo-root . --manifest <manifest> --package <package> --mode manifest
```