240 architecture implement quality control pipeline orchestration - #243
Draft
jeipollack wants to merge 7 commits into
Draft
240 architecture implement quality control pipeline orchestration#243jeipollack wants to merge 7 commits into
jeipollack wants to merge 7 commits into
Conversation
jeipollack
force-pushed
the
240-architecture-implement-quality-control-pipeline-orchestration
branch
from
August 18, 2026 14:13
89a896b to
ae8b21b
Compare
jeipollack
force-pushed
the
240-architecture-implement-quality-control-pipeline-orchestration
branch
2 times, most recently
from
August 21, 2026 09:52
1c43b37 to
b64ea75
Compare
added 3 commits
August 24, 2026 18:30
- Replace the hard-coded threshold field with a generic policy mapping - Update RejectionPolicyConfig to support policy-specific parameters - Update parse_rejection_policy_config() - Update the YAML configuration examples and fixtures - Update rejection-policy tests - Use backticks in error messages to highlight configuration parameter names
- Initialize the MetricsRegistry in the pipeline constructor - Instantiate enabled quality metric implementations from configuration - Add unit tests for valid and invalid metric configurations
jeipollack
force-pushed
the
240-architecture-implement-quality-control-pipeline-orchestration
branch
from
August 25, 2026 15:19
b64ea75 to
34b408d
Compare
added 4 commits
August 25, 2026 17:24
- Add helpers to instantiate enabled metrics and rejection policies - Build the processing sequence for resource resolution, metric computation, and policy application - Add unit and integration tests for the orchestration - Clean up whitespace in the quality control configuration fixture
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
What’s changed
How to test / verify
Scope
Changelog
Reviewer Checklist
develop, ormainfor release PRs)ruff)Next Steps / Notes (if applicable)