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 WebService Agent Charter
## Mission
Operate the Findings Ledger web service API with deterministic, auditable behavior and stable public contracts.
## Responsibilities
- Maintain API endpoints for findings, scoring, evidence graphs, and exports.
- Keep outputs deterministic with stable ordering, timestamps, and hashes.
- Keep service defaults offline-safe and clearly gated for in-memory stores.
## Required Reading
- docs/modules/vuln-explorer/architecture.md
- docs/modules/platform/architecture-overview.md
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
## Definition of Done
- Endpoints validate inputs and return stable schemas.
- Tests cover core flows and determinism constraints.
- Changes document contract or behavior shifts in sprint logs.
## 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 outputs 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 WebService 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-0345-M | DONE | Maintainability audit for Findings.Ledger.WebService. |
| AUDIT-0345-T | DONE | Test coverage audit for Findings.Ledger.WebService. |
| AUDIT-0345-A | TODO | Pending approval (non-test project). |