save progress
This commit is contained in:
24
src/__Libraries/StellaOps.Replay.Core.Tests/AGENTS.md
Normal file
24
src/__Libraries/StellaOps.Replay.Core.Tests/AGENTS.md
Normal 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.
|
||||
10
src/__Libraries/StellaOps.Replay.Core.Tests/TASKS.md
Normal file
10
src/__Libraries/StellaOps.Replay.Core.Tests/TASKS.md
Normal 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). |
|
||||
Reference in New Issue
Block a user