Files
git.stella-ops.org/src/__Libraries/StellaOps.Audit.ReplayToken
StellaOps Bot 2a06f780cf sprints work
2025-12-25 12:19:12 +02:00
..
up
2025-12-15 09:51:11 +02:00
2025-12-25 12:19:12 +02:00
up
2025-12-15 09:51:11 +02:00
up
2025-12-15 09:51:11 +02:00
2025-12-25 12:19:12 +02:00
up
2025-12-15 09:51:11 +02:00
up
2025-12-15 09:51:11 +02:00
2025-12-25 12:19:12 +02:00
up
2025-12-15 09:51:11 +02:00

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 ReplayTokenRequest with feed/rules/policy/input digests.
  • Call IReplayTokenGenerator.Generate(request) to get a stable token value.
  • Store the tokens Canonical string alongside immutable decision events.