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,27 @@
# Replay Library Charter
## Mission
- Provide deterministic replay execution and snapshot loading for verification and audit workflows.
## Responsibilities
- Preserve determinism with injected time and invariant parsing.
- Validate snapshot digests for length, format, and path safety.
- Keep production dependencies free of test-only libraries.
- Maintain offline-first behavior and stable outputs.
## Required Reading
- docs/modules/replay/architecture.md
- docs/modules/replay/replay-proof-schema.md
- docs/modules/platform/architecture-overview.md
## Working Directory and Scope
- Primary: src/__Libraries/StellaOps.Replay
- Tests: src/__Libraries/__Tests/StellaOps.Replay.Tests
## Testing Expectations
- Cover replay failure timestamps, digest validation failures, and loader path safety.
- Use deterministic inputs (fixed timestamps, IDs, and seeded data).
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep outputs deterministic and ASCII-only in logs and comments.

View File

@@ -0,0 +1,10 @@
# Replay Library 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-0108-M | DONE | Revalidated 2026-01-08; maintainability audit for Replay library. |
| AUDIT-0108-T | DONE | Revalidated 2026-01-08; test coverage audit for Replay library. |
| AUDIT-0108-A | TODO | Pending approval (revalidated 2026-01-08). |