save progress

This commit is contained in:
StellaOps Bot
2026-01-03 11:02:24 +02:00
parent ca578801fd
commit 83c37243e0
446 changed files with 22798 additions and 4031 deletions

View File

@@ -0,0 +1,12 @@
# StellaOps.PacksRegistry.Persistence.Tests Agent Charter
## Mission
Validate persistence behavior for PacksRegistry repositories using the Postgres test harness.
## Required Reading
- docs/modules/platform/architecture-overview.md
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep tests deterministic (fixed time/IDs, stable ordering).
- Extend coverage for all persistence repositories and migrations.

View File

@@ -0,0 +1,10 @@
# StellaOps.PacksRegistry.Persistence.Tests 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-0431-M | DONE | Maintainability audit for StellaOps.PacksRegistry.Persistence.Tests. |
| AUDIT-0431-T | DONE | Test coverage audit for StellaOps.PacksRegistry.Persistence.Tests. |
| AUDIT-0431-A | DONE | APPLY waived (test project). |