Test Evidence Validator
@mgreten/test-evidence-validatorv2026.07.20.1
01README
Validates a caller-supplied parsed test result for internal consistency and a recognized multi-language test-runner command, then commit-pins the evidence to an immutable Git commit and branch, returning a single pass/fail verdict.
02Release Notes
Initial release: command-backed test-evidence validator with multi-language runner detection, pinned to an immutable commit.
03Models
@mgreten/test-evidence-validatorv2026.07.20.1test_evidence_validator.ts
fn validate(repoPath: string, expectedBranch: string, expectedCriteria: array)
Validate a caller-supplied parsed test result against structural rules and commit-pin the evidence to an immutable Git commit
| Argument | Type | Description |
|---|---|---|
| repoPath | string | Absolute path to the repository worktree the evidence was produced in |
| expectedBranch | string | The branch name the worktree is expected to be checked out on |
| expectedCriteria | array | Optional acceptance criteria the evidence must fully cover |
Resources
verdict(30d)— The pass/fail verdict for one validated test-evidence submission
04Stats
A
100 / 100
Downloads
1
Archive size
10.2 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels