more audit work

This commit is contained in:
master
2026-01-08 10:21:51 +02:00
parent 43c02081ef
commit 51cf4bc16c
546 changed files with 36721 additions and 4003 deletions

View File

@@ -0,0 +1,24 @@
# Provcache API Library Charter
## Mission
- Provide API endpoints for Provcache operations and evidence retrieval.
## Responsibilities
- Validate inputs and pagination to avoid undefined behavior.
- Keep responses deterministic and avoid leaking internal error details.
- Preserve proof integrity verification ordering and hashing rules.
## Required Reading
- docs/modules/prov-cache/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Directory & Scope
- Primary: src/__Libraries/StellaOps.Provcache.Api
## Testing Expectations
- Add endpoint tests for pagination bounds, proof ordering, and error redaction.
- Cover manifest generation and chunk verification edge cases.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep outputs deterministic and ASCII-only in comments/logs.

View File

@@ -0,0 +1,10 @@
# Provcache API 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-0098-M | DONE | Revalidated 2026-01-08; maintainability audit for Provcache.Api. |
| AUDIT-0098-T | DONE | Revalidated 2026-01-08; test coverage audit for Provcache.Api. |
| AUDIT-0098-A | TODO | Pending approval (revalidated 2026-01-08). |