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
+9
View File
@@ -0,0 +1,9 @@
# M8 Scheduling Evidence
- Coverage: five-field cron validation, IANA timezones, UTC nominal runs,
durable schedule CRUD, live next-run updates, misfire handling, and
no-overlap delivery through the execution enqueue guard.
- Full verification: `make check` passed with 81 unit/contract, 40
integration, 10 fault, and 17 security tests, plus Ruff, mypy, frontend
typecheck, and frontend production build.
- Scope: retention and garbage collection are M9 work.