From ee4df4537d14467ec85b5d1acff4f8b7e2b6b1c0 Mon Sep 17 00:00:00 2001 From: curo1305 Date: Thu, 4 Jun 2026 23:14:08 +0200 Subject: [PATCH] =?UTF-8?q?docs(phase-7):=20update=20tracking=20after=20wa?= =?UTF-8?q?ve=204=20=E2=80=94=20plan=2007-04=20complete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .planning/ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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| |