save progress

This commit is contained in:
StellaOps Bot
2026-01-03 00:47:24 +02:00
parent 3f197814c5
commit ca578801fd
319 changed files with 32478 additions and 2202 deletions

View File

@@ -0,0 +1,24 @@
# Messaging Testing Library Agent Charter
## Mission
- Provide reusable fixtures and builders for messaging transport tests.
## Responsibilities
- Keep fixtures deterministic and offline-friendly.
- Ensure container-based fixtures have clear skip or opt-in behavior.
## Required Reading
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
- docs/modules/router/architecture.md
## Working Directory & Scope
- Primary: src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing
- Allowed shared projects: src/Router/__Libraries/StellaOps.Messaging.Transport.*
## Testing Expectations
- Provide stable fixtures with fixed time or IDs when possible.
- Keep tests and fixtures free of network dependencies unless explicitly required.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep outputs deterministic and avoid non-ASCII logs.

View File

@@ -0,0 +1,10 @@
# StellaOps.Messaging.Testing 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-0380-M | DONE | Maintainability audit for StellaOps.Messaging.Testing. |
| AUDIT-0380-T | DONE | Test coverage audit for StellaOps.Messaging.Testing. |
| AUDIT-0380-A | DONE | Waived (test project). |