save progress

This commit is contained in:
master
2026-01-09 18:27:36 +02:00
parent e608752924
commit a21d3dbc1f
361 changed files with 63068 additions and 1192 deletions

View File

@@ -0,0 +1,24 @@
# Replay.Core Tests Charter
## Mission
- Validate Replay.Core behavior with deterministic unit and integration tests.
## Responsibilities
- Keep test inputs deterministic (fixed IDs, timestamps, and seeded data).
- Tag tests with TestCategories and avoid running integration work in unit suites.
- Avoid culture-dependent parsing in fixtures.
## Required Reading
- docs/modules/replay/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Directory & Scope
- Primary: src/__Libraries/StellaOps.Replay.Core.Tests
## Testing Expectations
- Cover manifest validation, exporter behavior, proof serialization, and determinism paths.
- Ensure tests do not rely on ambient environment or system time.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep outputs deterministic and ASCII-only in comments and logs.

View File

@@ -0,0 +1,10 @@
# Replay.Core Tests Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/permament/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| AUDIT-0106-M | DONE | Revalidated 2026-01-08; maintainability audit for Replay.Core.Tests. |
| AUDIT-0106-T | DONE | Revalidated 2026-01-08; test coverage audit for Replay.Core.Tests. |
| AUDIT-0106-A | TODO | Pending approval (revalidated 2026-01-08). |