poly-kv 0.1.0-alpha.1

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
# Phase Gate Checklist

At each phase boundary, Codex must verify:

- [ ] source-of-truth ownership unchanged or explicitly updated;
- [ ] no duplicate codec/profile/shape types;
- [ ] no hidden fallback;
- [ ] no silent shape coercion;
- [ ] no app integration;
- [ ] no governor/runtime authority added;
- [ ] receipts exist for material operations;
- [ ] exact fallback remains available;
- [ ] tests were added/updated for new behavior;
- [ ] validation outputs recorded;
- [ ] rollback path remains clear.