Implement Ticket 01 of intelligent eval cron pool architecture (ADR-0007): - Add 4 new tables: task_queue, cron_pool, config_snapshots, decision_logs - Implement task enqueueing logic with priority calculation - Implement task assignment and completion APIs - Add unit tests (9) and integration tests (7) - Update CONTEXT.md with new vocabulary - Add ADR-0007 documenting cron pool architecture decision All 760 tests passing. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| lifecycle.py | ||
| models.py | ||
| read_model.py | ||
| report.py | ||
| repository.py | ||
| task_queue.py | ||