save progress

This commit is contained in:
StellaOps Bot
2026-01-02 15:52:31 +02:00
parent 2dec7e6a04
commit f46bde5575
174 changed files with 20793 additions and 8307 deletions

View File

@@ -0,0 +1,24 @@
# Evidence Locker Worker Agent Charter
## Mission
Run background workflows for Evidence Locker with reliable connectivity and telemetry.
## Responsibilities
- Host long-running background tasks for Evidence Locker services.
- Validate configuration and dependencies on startup.
- Keep worker behavior deterministic and easy to observe.
## Required Reading
- docs/modules/evidence-locker/architecture.md
- docs/modules/platform/architecture-overview.md
## Definition of Done
- Worker starts cleanly with validated configuration.
- Failures are logged and surfaced deterministically.
## 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. Keep outputs deterministic (ordering, timestamps, hashes) and offline-friendly.
- 4. Add tests for startup validation and failure paths.
- 5. Revert to TODO if paused; capture context in PR notes.

View File

@@ -0,0 +1,10 @@
# Evidence Locker Worker 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-0292-M | DONE | Maintainability audit for EvidenceLocker.Worker. |
| AUDIT-0292-T | DONE | Test coverage audit for EvidenceLocker.Worker. |
| AUDIT-0292-A | TODO | Pending approval for changes. |