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
17
# PHASE 07 — Explain and compare modes

Tasks:

1. Emit decision log with one record per considered path.
2. Add `explain` behavior for a path against a manifest/decision log.
3. Add previous-manifest comparison.
4. Flag risky additions: binary, archive, generated, secret-like, external path dep, root residue.

Acceptance:

```bash
python3 z.py explain --manifest <manifest> --path python/poly_kv/py.typed
python3 z.py compare --old old.manifest.json --new new.manifest.json
```

Equivalent legacy options are acceptable if documented.