diff --git a/pyproject.toml b/pyproject.toml index 6a6aa87..0970b33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "alpha-engine-lib" -version = "0.52.1" +version = "0.52.2" description = "Shared utilities for the Alpha Engine modules: preflight, logging, ArcticDB, dates, decision capture, cost telemetry, Anthropic payload chokepoint, artifact freshness, RAG, agent schemas, SSM secrets, Telegram + SNS alerts, EC2 spot resilience, SSM log-capture, SSM dispatcher, Step-Functions execution-state projection, S3-conditional-PUT writer locks, and bounded-backoff HTTP retry. Full surface documented in README." readme = "README.md" # EC2 still runs Python 3.9 on the always-on micro instance (boto3 drops diff --git a/src/alpha_engine_lib/__init__.py b/src/alpha_engine_lib/__init__.py index 5c8946a..89571de 100644 --- a/src/alpha_engine_lib/__init__.py +++ b/src/alpha_engine_lib/__init__.py @@ -1,3 +1,3 @@ """alpha-engine-lib — shared utilities for Alpha Engine modules.""" -__version__ = "0.52.1" +__version__ = "0.52.2" diff --git a/src/alpha_engine_lib/pipeline_status/registry.py b/src/alpha_engine_lib/pipeline_status/registry.py index 5ef435b..425cd8c 100644 --- a/src/alpha_engine_lib/pipeline_status/registry.py +++ b/src/alpha_engine_lib/pipeline_status/registry.py @@ -292,6 +292,10 @@ class ArtifactReason(BaseModel): page="Report_Card", artifact_label="System Report Card", ), + "Director": ArchivePageRef( + page="Director_Plan", + artifact_label="Director weekly action plan", + ), "NotifyComplete": ArtifactReason( reason="Terminal success SNS publish to alpha-engine-alerts; " "no persisted artifact (the email IS the surface)."