diff --git a/.planning/ROADMAP.md b/.planning/ROADMAP.md index e2638ce..2f79b6f 100644 --- a/.planning/ROADMAP.md +++ b/.planning/ROADMAP.md @@ -414,7 +414,7 @@ Before any phase is marked complete, all three gates must pass: **Wave 4** *(blocked on Wave 3)* — Celery retry harness + Re-queue endpoint -- [ ] 07-04-PLAN.md — Celery extract_and_classify decorator gains bind=True + max_retries=3 + _ClassificationError sentinel + 30/90/270 backoff + _mark_classification_failed on exhaustion + POST /api/documents/{id}/classify changes to re-queue Celery (sets status=processing, calls .delay()) — promotes test_retry_backoff, test_exhaustion_sets_failed_status, test_reclassify_requeues_celery +- [x] 07-04-PLAN.md — Celery extract_and_classify decorator gains bind=True + max_retries=3 + _ClassificationError sentinel + 30/90/270 backoff + _mark_classification_failed on exhaustion + POST /api/documents/{id}/classify changes to re-queue Celery (sets status=processing, calls .delay()) — promotes test_retry_backoff, test_exhaustion_sets_failed_status, test_reclassify_requeues_celery **Wave 5** *(blocked on Wave 4)* — Admin UI + Frontend badge @@ -456,4 +456,4 @@ Before any phase is marked complete, all three gates must pass: | 6. Performance & Production Hardening | 3/6 | In Progress| | | 6.1. Close v1.0 audit gaps | 2/2 | Complete | 2026-05-30 | | 6.2. Close v1 sharing + cloud-delete + CSV export gaps | 5/5 | Complete | 2026-05-31 | -| 7. Redo and optimize LLM integration | 3/5 | In Progress| | +| 7. Redo and optimize LLM integration | 4/5 | In Progress| |