save progress
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# Router Gateway WebService Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
- Maintain deterministic, offline-safe tests for the Router Gateway WebService.
|
||||
|
||||
## Responsibilities
|
||||
- Keep test fixtures stable and time/ID deterministic.
|
||||
- Cover middleware, transport wiring, plugin loading, and gateway health/openapi behavior.
|
||||
- Ensure test categories reflect integration vs unit scope.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/router/architecture.md
|
||||
- docs/modules/gateway/architecture.md
|
||||
- docs/modules/gateway/openapi.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
|
||||
## Definition of Done
|
||||
- Tests are deterministic and offline-safe.
|
||||
- Coverage includes critical middleware, plugin loading, and hosted service behavior.
|
||||
- Test metadata (traits/categories) is accurate.
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- 2. Review required docs before changes.
|
||||
- 3. Prefer fixed IDs/timestamps and injected time providers in tests.
|
||||
- 4. Avoid network calls in tests unless explicitly mocked.
|
||||
@@ -0,0 +1,10 @@
|
||||
# Router Gateway WebService 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-0349-M | DONE | Maintainability audit for Router Gateway WebService tests. |
|
||||
| AUDIT-0349-T | DONE | Test coverage audit for Router Gateway WebService tests. |
|
||||
| AUDIT-0349-A | DONE | Waived (test project). |
|
||||
Reference in New Issue
Block a user