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 Valkey Library Charter
## Mission
- Provide Valkey/Redis-backed caching for Provcache with deterministic keying and TTL behavior.
## Responsibilities
- Keep key prefixing and invalidation deterministic and bounded.
- Propagate cancellation where supported by the client library.
- Avoid full keyspace scans in production paths.
## Required Reading
- docs/modules/prov-cache/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Directory & Scope
- Primary: src/__Libraries/StellaOps.Provcache.Valkey
## Testing Expectations
- Add unit tests for cache hit/miss, TTL handling, and invalidation flows.
- Validate batch operations and pattern invalidation safeguards.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep outputs deterministic and ASCII-only in comments/logs.