feat(verifier): support bounded certified test plans - #10
Merged
Conversation
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
Closes #5.
Needle's independent verifier can now process a deterministic set of up to four distinct certified
TestPlans. Every available plan is executed sequentially, at most once, using its exact canonical command, and a change cannot be markedverifiedunless the complete expected plan set has fresh, successful runtime evidence.Over-cap, stale, unavailable, failed, partial, mismatched, or undeclared plan evidence remains fail-closed.
Implementation
Validation
No provider-backed verifier or live repository command was run; validation used the existing offline simulator and fixtures.
Risks/limitations
npm cireports two high-severity dependency advisories; this change does not modify dependencies or the lockfile.Documentation/evidence
docs/VERIFIED_CHANGES.mdwith the bounded multi-plan verification contract and safety boundary.PROJECT_STATUS.mdto replace the previous one-plan limitation with the implemented four-plan bound.AI assistance and human verification
Ownership checklist
PROJECT_STATUS.mdare updated when applicable.