feat(validate): replay explicit tier gating onto main - #49
Merged
Conversation
Signed-off-by: Narendran Raghavan <nraghavan@nvidia.com>
Signed-off-by: Narendran Raghavan <nraghavan@nvidia.com>
Signed-off-by: Narendran Raghavan <nraghavan@nvidia.com>
rng1995
requested review from
chrisknvidia,
mosheabr and
rmalani-nv
as code owners
August 12, 2026 17:01
Signed-off-by: Narendran Raghavan <nraghavan@nvidia.com>
rmalani-nv
previously approved these changes
Aug 13, 2026
rmalani-nv
left a comment
Collaborator
There was a problem hiding this comment.
Two small suggestions for more robustness in the solution. Overall, looks great!
Signed-off-by: Narendran Raghavan <nraghavan@nvidia.com>
rmalani-nv
approved these changes
Aug 17, 2026
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
main.--no-block-on-dedupso Tier 2 can keep scanning and reporting without gating.--block-on-agent-evalso Tier 3 results and invalid selected task-source evidence can gate.Why this is a new PR
PR #23 merged into the staging branch
naren/tier3-provider-preflight, notmain. Its base PR #19 was intentionally closed, so GitHub cannot retarget or re-merge #23 itself.Current
mainalready contains the compatible Tier 3 source/runtime primitives through later merged work. This branch therefore replays only #23's reviewed gating commits and its reporter/exit consistency fix, then rewrites the documentation against the current public structure. It does not resurrect the obsolete #19 branch.Supersedes #23 for the
mainrelease line.Before / after behavior
main--no-dedup--no-block-on-dedupkeeps evidence advisoryvalidate--block-on-agent-evalmakes it blockingCLI snapshot
Before:
After:
Documentation
Validation
3665 passed, 13 skipped, 3 deselected— complete repository suite on Python 3.13.225 passed— reporting, commands, source preflight, policy, evaluation service, and CLI-golden matrix.ruff check .passed.fern checkpassed with 0 errors.git diff --checkpassed.Risk controls