feat(v2): complete v2 reimplementation

This commit is contained in:
2026-07-31 13:33:39 +02:00
parent 396219e776
commit bd107d6a30
137 changed files with 20737 additions and 155 deletions
+8
View File
@@ -0,0 +1,8 @@
# M9 Retention and Garbage Collection Evidence
- Coverage: union retention policies, newest-backup protection, pins, tombstones,
referenced-object preservation, garbage collection, and reconciliation safety.
- Full verification: `make check` passed with 86 unit/contract, 42 integration,
11 fault, and 17 security tests, plus Ruff, mypy, frontend typecheck, and
frontend production build.
- Scope: remote source support remains M10 work.