save progress

This commit is contained in:
StellaOps Bot
2026-01-02 21:06:27 +02:00
parent f46bde5575
commit 3f197814c5
441 changed files with 21545 additions and 4306 deletions

View File

@@ -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.

View File

@@ -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). |