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,10 @@
# StellaOps.Notify.WebService 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-0416-M | DONE | Maintainability audit for StellaOps.Notify.WebService. |
| AUDIT-0416-T | DONE | Test coverage audit for StellaOps.Notify.WebService. |
| AUDIT-0416-A | TODO | Pending approval for apply tasks. |

View File

@@ -0,0 +1,10 @@
# StellaOps.Notify.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-0418-M | DONE | Maintainability audit for StellaOps.Notify.Worker. |
| AUDIT-0418-T | DONE | Test coverage audit for StellaOps.Notify.Worker. |
| AUDIT-0418-A | TODO | Pending approval for apply tasks. |

View File

@@ -0,0 +1,24 @@
# Notify WebService Tests Agent Charter
## Mission
Validate Notify WebService endpoint behavior, auth, and tracing for the W1 contract suite.
## Responsibilities
- Keep tests deterministic and offline-friendly.
- Use fixed timestamps and IDs where possible.
## Required Reading
- docs/modules/notify/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Directory & Scope
- Primary: src/Notify/__Tests/StellaOps.Notify.WebService.Tests
- Shared: src/Notify/StellaOps.Notify.WebService
## Testing Expectations
- Include tenant headers required by the API.
- Avoid nondeterministic IDs and timestamps in assertions.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep outputs deterministic and stable across runs.

View File

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

View File

@@ -0,0 +1,24 @@
# Notify Worker Tests Agent Charter
## Mission
Validate Notify Worker queue processing, retries, and tracing behavior.
## Responsibilities
- Keep tests deterministic and offline-friendly.
- Use fixed timestamps and IDs where possible.
## Required Reading
- docs/modules/notify/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Directory & Scope
- Primary: src/Notify/__Tests/StellaOps.Notify.Worker.Tests
- Shared: src/Notify/StellaOps.Notify.Worker
## Testing Expectations
- Prefer fixed timestamps and IDs in assertions.
- Avoid nondeterministic clocks in fakes and leases.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep outputs deterministic and stable across runs.

View File

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