Tests fixes, audit progress, UI completions
This commit is contained in:
22
src/__Libraries/StellaOps.Audit.ReplayToken/AGENTS.md
Normal file
22
src/__Libraries/StellaOps.Audit.ReplayToken/AGENTS.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Audit ReplayToken AGENTS
|
||||
|
||||
## Purpose & Scope
|
||||
- Working directory: `src/__Libraries/StellaOps.Audit.ReplayToken/`.
|
||||
- Roles: backend engineer, QA automation.
|
||||
- Focus: deterministic replay token generation, canonicalization, expiration handling, and replay CLI snippet generation.
|
||||
|
||||
## Required Reading (treat as read before DOING)
|
||||
- `docs/README.md`
|
||||
- `docs/07_HIGH_LEVEL_ARCHITECTURE.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- Relevant sprint files.
|
||||
|
||||
## Working Agreements
|
||||
- Keep token generation deterministic (stable ordering, invariant formatting).
|
||||
- Preserve offline/air-gap posture (no network calls).
|
||||
- Validate inputs explicitly and use stable error semantics.
|
||||
- Update `docs/implplan/SPRINT_*.md` and local `TASKS.md` when starting or completing work.
|
||||
|
||||
## Testing
|
||||
- Use xUnit + FluentAssertions; prefer deterministic fixtures.
|
||||
- Cover canonicalization, parsing, expiration, and CLI snippet formatting.
|
||||
10
src/__Libraries/StellaOps.Audit.ReplayToken/TASKS.md
Normal file
10
src/__Libraries/StellaOps.Audit.ReplayToken/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Audit ReplayToken Task Board
|
||||
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| AUDIT-0073-M | DONE | Maintainability audit for StellaOps.Audit.ReplayToken. |
|
||||
| AUDIT-0073-T | DONE | Test coverage audit for StellaOps.Audit.ReplayToken. |
|
||||
| AUDIT-0073-A | TODO | Pending approval for changes. |
|
||||
Reference in New Issue
Block a user