From 1689d59b1a28ea86a53aad31598bd5c5a213b95e Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 24 Aug 2026 22:20:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=BA=BF=E6=96=AD=E7=82=B9=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codemap/codemap.html | 2 +- .codemap/codemap.md | 18 +- .codemap/modules.json | 48 +- DEVELOPMENT_LOG.md | 14 + NEXT_STEPS.md | 7 +- PROJECT_AUDIT.md | 16 + STABILITY_P1_PIPELINE_CHECKPOINT_TASK.md | 85 ++ app/services/job_service.py | 59 ++ app/services/pipeline_checkpoint_service.py | 259 +++++ app/services/pipeline_engine.py | 1013 ++++++++++++++++++- tests/test_pipeline_checkpoint.py | 723 +++++++++++++ tests/test_pipeline_state_stability.py | 83 +- 12 files changed, 2240 insertions(+), 87 deletions(-) create mode 100644 STABILITY_P1_PIPELINE_CHECKPOINT_TASK.md create mode 100644 app/services/pipeline_checkpoint_service.py create mode 100644 tests/test_pipeline_checkpoint.py diff --git a/.codemap/codemap.html b/.codemap/codemap.html index a0e7fb9..24e88fa 100644 --- a/.codemap/codemap.html +++ b/.codemap/codemap.html @@ -195,7 +195,7 @@

Functional Architecture Map