From c4b27b2819cabac8b1beb5d125c894475546ffcb Mon Sep 17 00:00:00 2001 From: Brian McMahon Date: Fri, 12 Jun 2026 14:27:55 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20re-pin=20alpha-engine-lib=20v0.59.1=20?= =?UTF-8?q?=E2=86=92=20v0.59.4=20(flow-doctor=200.6.0rc6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pulls in the rc6 diagnosis-prompt fix (flow-doctor#32 via lib#116): world-event cause weighing, recent-commit de-anchoring, hypothesis diversity — the KLAC split mis-diagnosis class (config#1030). requirements.txt + Dockerfile lockstep. Co-Authored-By: Claude Fable 5 --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e37000..0895215 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN microdnf install -y git && microdnf clean all # requirements file so the [flow_doctor]-only install above isn't # overridden by the [arcticdb,flow_doctor,rag] extras pinned for EC2. COPY requirements.txt ${LAMBDA_TASK_ROOT}/ -RUN pip install --no-cache-dir "alpha-engine-lib[flow_doctor] @ git+https://github.com/cipher813/alpha-engine-lib@v0.59.1" && \ +RUN pip install --no-cache-dir "alpha-engine-lib[flow_doctor] @ git+https://github.com/cipher813/alpha-engine-lib@v0.59.4" && \ grep -vE "^#|^$|^pytest|^python-dotenv|^boto3|^botocore|^s3transfer|^alpha-engine-lib" requirements.txt > /tmp/req-lambda.txt && \ pip install --no-cache-dir -r /tmp/req-lambda.txt && \ rm -rf /root/.cache/pip /tmp/req-lambda.txt diff --git a/requirements.txt b/requirements.txt index 528f01e..2c19211 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,4 +29,4 @@ arcticdb>=6.11 # invariant (ROADMAP L286). Gated default-OFF via # ``ALPHA_ENGINE_UNIVERSE_WRITER_LOCK_ENABLED``. # All additive surface — existing imports unchanged. -alpha-engine-lib[arcticdb,flow_doctor,rag,contracts] @ git+https://github.com/cipher813/alpha-engine-lib@v0.59.1 +alpha-engine-lib[arcticdb,flow_doctor,rag,contracts] @ git+https://github.com/cipher813/alpha-engine-lib@v0.59.4