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
+12
View File
@@ -0,0 +1,12 @@
# M7 Incrementals, Exclusions, and Empty-Source Safety Evidence
- Coverage: ordered normalized exclusion rules, exclusion policy persisted in signed
manifests, incremental compatible-baseline selection, independently restorable
complete manifests, parent linkage, content-addressed blob reuse, and
empty-source opt-in.
- Verification: M7 unit, incremental, and empty-source suites are included in
the passing project verification.
- Full verification: `make check` passed with 78 unit/contract, 39
integration, 7 fault, and 17 security tests, plus Ruff, mypy, frontend
typecheck, and frontend production build.
- Scope: scheduling remains M8 work.