save progress

This commit is contained in:
StellaOps Bot
2026-01-02 21:06:27 +02:00
parent f46bde5575
commit 3f197814c5
441 changed files with 21545 additions and 4306 deletions

View File

@@ -0,0 +1,26 @@
# Determinism Integration Tests Agent Charter
## Mission
- Validate deterministic outputs across ingestion, scoring, and evidence pipelines.
## Responsibilities
- Ensure determinism tests use fixed timestamps and ordered inputs.
- Maintain golden vectors and determinism manifests for regressions.
- Keep test data offline-safe and reproducible.
## Required Reading
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
- docs/modules/platform/architecture-overview.md
- docs/risk/determinism.md
## Working Directory & Scope
- Primary: src/__Tests/Integration/StellaOps.Integration.Determinism
- Allowed shared projects: src/__Tests/__Benchmarks/determinism, src/__Libraries/StellaOps.Testing.Determinism
## Testing Expectations
- Avoid nondeterministic RNG unless seeded.
- Prefer canonical JSON and stable ordering in assertions.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep fixtures deterministic and avoid ambient time.