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,26 @@
# Replayable Verdict E2E Charter
## Mission
Validate replayable verdict bundles and determinism across the verdict pipeline.
## Responsibilities
- Maintain replayable verdict bundle fixtures and tests.
- Keep bundle metadata and hashing deterministic.
- Track sprint tasks in `TASKS.md` and update the sprint tracker.
## Key Paths
- `ReplayableVerdictE2ETests.cs`
- `README.md`
- `../fixtures/e2e/`
## Required Reading
- `docs/modules/replay/architecture.md`
- `docs/modules/vex-lens/architecture.md`
- `docs/modules/scanner/architecture.md`
- `docs/implplan/permament/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`
## Working Agreement
- 1. Use fixed time and IDs in fixtures and manifest data.
- 2. Keep bundle hashes and outputs deterministic (canonical JSON, stable ordering).
- 3. Avoid non-ASCII glyphs in docs and test output.
- 4. Update `TASKS.md` and sprint statuses when work changes.