Move completed plans to plan/Done/#64
Merged
Merged
Conversation
Evaluated each plan in plan/ against the codebase and relocated the 8 whose core deliverables are fully implemented: - composer_airflow_training_inference.md (staging/prod DAGs + setup_composer.sh) - dataflow_github_action.md (deploy-dataflow-inference workflow) - gcp_feature_platform.md (feature_store package + streaming dual-write) - observability_plan.md (otel/prometheus/grafana + dead-letter + alerts) - production_deployment_plan.md (prod DAGs + CI image builds) - scale_inference_batching.md (BatchElements + async BatchCallFastAPIService) - simplify_inference_pipeline.md (sync FeatureOnlineStore reader) - staging_prod_environments.md (ENV-driven constants + env-suffixed services) Left in plan/ (not yet implemented): fraud_model_plan.md, gpu_vertex_pipelines.md, and code.py. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Evaluated every plan in
plan/against the actual codebase and moved the ones whose core deliverables are fully implemented intoplan/Done/.Moved to
plan/Done/(implemented)composer_airflow_training_inference.mdsetup_composer.sh,sync_dags.sh(CI DAG-sync deliberately removed in #61)dataflow_github_action.mddeploy-dataflow-inference.yamlwith env-selectable manual triggergcp_feature_platform.mdsrc/feature_store/package, streaming dual-write, online store reader/writerobservability_plan.mdproduction_deployment_plan.mdscale_inference_batching.mdBatchElements+ asyncBatchCallFastAPIServicesimplify_inference_pipeline.mdFeatureOnlineStoreServiceClientreaderstaging_prod_environments.mdLeft in
plan/(not yet implemented)fraud_model_plan.md— the "fraud-model" merge added only the plan doc; none of the 18 components exist as code.gpu_vertex_pipelines.md— nomachine-type/acceleratorconfig in any pipeline or DAG.code.py— scratch file tied to the fraud plan.🤖 Generated with Claude Code