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