StellaOps.Audit.ReplayToken
Deterministic replay token generation used to make triage decisions and scoring reproducible and audit-ready.
Token format
replay:v<version>:<algorithm>:<sha256_hex>
Example:
replay:v1.0:SHA-256:0123abcd...
Usage
- Create a
ReplayTokenRequestwith feed/rules/policy/input digests. - Call
IReplayTokenGenerator.Generate(request)to get a stable token value. - Store the token’s
Canonicalstring alongside immutable decision events.