more features checks. setup improvements

This commit is contained in:
master
2026-02-13 02:04:55 +02:00
parent 9911b7d73c
commit 9ca2de05df
675 changed files with 37550 additions and 1826 deletions

View File

@@ -0,0 +1,19 @@
# Deterministic Evaluation with Knowledge Snapshots
## Module
Policy
## Status
VERIFIED
## Verification Summary
Deterministic evaluation engine verified across 2 test projects (2059 tests total, 0 failures):
- **SnapshotBuilder**: fluent builder with validation (Engine, Policy, Scoring, Sources required), alphabetical source ordering
- **SnapshotIdGenerator**: content-addressed ksm:sha256: IDs (75 chars), deterministic generation, tamper detection, signature exclusion
- **ReplayEngine**: deterministic replay (10-iteration test), non-existent snapshot handling, duration recording
- **VerdictComparer**: original vs replayed verdict comparison with drift detection
- **SnapshotAwarePolicyEvaluator**: evaluates against frozen snapshot state
- **KnowledgeSourceDescriptor**: type, URI, digest, timestamp for each source
## Evidence
- `docs/qa/feature-checks/runs/policy/deterministic-evaluation-with-knowledge-snapshots/run-002/`