save progress
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# Findings Ledger Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
Validate Findings Ledger event ingestion, projections, scoring, and API workflows with deterministic tests.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain unit, integration, and schema tests for ledger and web service behaviors.
|
||||
- Keep tests deterministic with fixed IDs/timestamps and stable ordering.
|
||||
- Keep fixtures minimal and offline-safe.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/vuln-explorer/architecture.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
|
||||
## Definition of Done
|
||||
- Tests cover ledger append/projection, scoring endpoints, and schema contracts.
|
||||
- Tests remain deterministic across runs and environments.
|
||||
- Failures provide actionable diagnostics.
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to DOING/DONE in the sprint file and local TASKS.md.
|
||||
- 2. Review this charter and required docs before coding.
|
||||
- 3. Avoid DateTimeOffset.UtcNow/Guid.NewGuid in tests unless explicitly controlled.
|
||||
- 4. Keep outputs stable (ordering, timestamps, hashes).
|
||||
- 5. Revert to TODO if paused; capture context in PR notes.
|
||||
@@ -0,0 +1,10 @@
|
||||
# Findings Ledger Tests 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-0343-M | DONE | Maintainability audit for Findings.Ledger.Tests. |
|
||||
| AUDIT-0343-T | DONE | Test coverage audit for Findings.Ledger.Tests. |
|
||||
| AUDIT-0343-A | DONE | Waived (test project). |
|
||||
Reference in New Issue
Block a user