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 @@
# M5 Durable Execution Lifecycle Evidence
- Coverage: state-transition contract and DB-enforced active-execution uniqueness
under concurrent enqueue; disabled/archived-job rejection; lease reclamation
and fencing; retry semantics; startup stale-worker reconciliation; durable
event revision counts; and idle worker shutdown.
- Verification: the focused M5 suite passed: 29 tests across transition,
queue/lease, and worker-loss acceptance coverage.
- Automation: `make test-fault` runs the worker-loss acceptance suite, and
`make check` now includes it.
- Scope: validates M5 durable lifecycle behavior only. Snapshot publication,
verification, and restore remain M6 work.