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,27 @@
# Router Transport Plugin Tests Charter
## Mission
Validate router transport plugin discovery and registration with deterministic tests.
## Responsibilities
- Maintain `StellaOps.Router.Transport.Plugin.Tests`.
- Keep tests deterministic and offline-friendly.
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
## Key Paths
- `RouterTransportPluginLoaderTests.cs`
- `TransportPluginRegistrationTests.cs`
## Coordination
- Router transport owners.
## Required Reading
- `docs/modules/router/architecture.md`
- `docs/modules/platform/architecture-overview.md`
- `docs/implplan/permament/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`
## Working Agreement
- 1. Update task status to `DOING`/`DONE` in both corresponding sprint file and local `TASKS.md`.
- 2. Keep tests deterministic (stable ordering, timestamps, IDs).
- 3. Avoid network in tests; use in-memory fixtures.
- 4. Log any cross-module edits in the sprint Execution Log.