feat(daemon): tag EOD pipeline executions with pipeline_role="eod"#214
Merged
Conversation
Companion to alpha-engine-data#? (Option-D execution-picker plan,
Brian-approved 2026-05-25 evening). The daemon's _trigger_eod_pipeline
helper is the SOLE caller that starts an EOD SF execution; tagging it
here ensures page 25's EOD section default-filters to canonical
daemon-triggered runs.
Operator-initiated EOD replays MUST set their own pipeline_role per the
taxonomy documented in the pipeline-reporting-revamp plan doc — the
default tag is the daemon's, not "operator-replay".
Lib substrate (alpha-engine-lib#75) reads input.pipeline_role from
DescribeExecution.input; dashboard PR (forthcoming) flips page 25's EOD
section to role_filter={"eod"}.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Companion to alpha-engine-data PR (Option-D execution-picker plan, Brian-approved 2026-05-25 evening). The daemon's
_trigger_eod_pipelinehelper is the sole caller that starts an EOD SF execution; tagging it here ensures page 25's EOD section default-filters to canonical daemon-triggered runs.Operator-initiated EOD replays MUST set their own
pipeline_roleper the taxonomy documented in the alpha-engine-data PR body — the default tag is the daemon's"eod", not"operator-replay".Substrate
read_pipeline_state(arn, role_filter={"eod"})will pick the most-recent execution whoseinput.pipeline_role == "eod".Test plan
DescribeExecution.inputwhere the lib parses it.aws stepfunctions start-executionwith the same input shape) and verifyinput.pipeline_role == "eod"viaaws stepfunctions describe-execution.🤖 Generated with Claude Code